zoukankan      html  css  js  c++  java
  • java.util中集合接口

    https://docs.oracle.com/javase/8/docs/api/】

    java.util

    Interface Iterator

    Type Parameters:

    E - the type of elements returned by this iterator

    All Known Subinterfaces:

    ListIterator, PrimitiveIterator<T,T_CONS>, PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong, XMLEventReader

    All Known Implementing Classes:

    BeanContextSupport.BCSIterator, EventReaderDelegate, Scanner

    java.util

    Interface Collection

    Type Parameters:

    E - the type of elements in this collection

    All Superinterfaces:

    Iterable

    All Known Subinterfaces:

    BeanContext, BeanContextServices, BlockingDeque, BlockingQueue, Deque, List, NavigableSet, Queue, Set, SortedSet, TransferQueue

    All Known Implementing Classes:

    AbstractCollection, AbstractList, AbstractQueue, AbstractSequentialList, AbstractSet, ArrayBlockingQueue, ArrayDeque, ArrayList, AttributeList, BeanContextServicesSupport, BeanContextSupport, ConcurrentHashMap.KeySetView, ConcurrentLinkedDeque, ConcurrentLinkedQueue, ConcurrentSkipListSet, CopyOnWriteArrayList, CopyOnWriteArraySet, DelayQueue, EnumSet, HashSet, JobStateReasons, LinkedBlockingDeque, LinkedBlockingQueue, LinkedHashSet, LinkedList, LinkedTransferQueue, PriorityBlockingQueue, PriorityQueue, RoleList, RoleUnresolvedList, Stack, SynchronousQueue, TreeSet, Vector

    java.util

    Interface List

    Type Parameters:

    E - the type of elements in this list

    All Superinterfaces:

    Collection, Iterable

    All Known Implementing Classes:

    AbstractList, AbstractSequentialList, ArrayList, AttributeList, CopyOnWriteArrayList, LinkedList, RoleList, RoleUnresolvedList, Stack, Vector

    java.util

    Interface Set

    Type Parameters:

    E - the type of elements maintained by this set

    All Superinterfaces:

    Collection, Iterable

    All Known Subinterfaces:

    NavigableSet, SortedSet

    All Known Implementing Classes:

    AbstractSet, ConcurrentHashMap.KeySetView, ConcurrentSkipListSet, CopyOnWriteArraySet, EnumSet, HashSet, JobStateReasons, LinkedHashSet, TreeSet

    java.util

    Interface Map<K,V>

    Type Parameters:

    K - the type of keys maintained by this map
    V - the type of mapped values

    All Known Subinterfaces:

    Bindings, ConcurrentMap<K,V>, ConcurrentNavigableMap<K,V>, LogicalMessageContext, MessageContext, NavigableMap<K,V>, SOAPMessageContext, SortedMap<K,V>

    All Known Implementing Classes:

    AbstractMap, Attributes, AuthProvider, ConcurrentHashMap, ConcurrentSkipListMap, EnumMap, HashMap, Hashtable, IdentityHashMap, LinkedHashMap, PrinterStateReasons, Properties, Provider, RenderingHints, SimpleBindings, TabularDataSupport, TreeMap, UIDefaults, WeakHashMap

    java.util

    Interface Queue

    Type Parameters:

    E - the type of elements held in this collection

    All Superinterfaces:

    Collection, Iterable

    All Known Subinterfaces:

    BlockingDeque, BlockingQueue, Deque, TransferQueue

    All Known Implementing Classes:

    AbstractQueue, ArrayBlockingQueue, ArrayDeque, ConcurrentLinkedDeque, ConcurrentLinkedQueue, DelayQueue, LinkedBlockingDeque, LinkedBlockingQueue, LinkedList, LinkedTransferQueue, PriorityBlockingQueue, PriorityQueue, SynchronousQueue

  • 相关阅读:
    String内置方法
    【练习题】三级城市选择
    【练习题】购物车练习
    【练习题】计算还能活多少年
    【练习题】猜年龄
    【练习题】比大小
    【练习题】打印长方形
    【练习题】格式化打印
    【练习题】奇数偶数打印
    Ansible配置管理工具
  • 原文地址:https://www.cnblogs.com/cgy-home/p/11229792.html
Copyright © 2011-2022 走看看