• 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

  • 相关阅读:
    Oracle--数据增删改
    Oracle--约束
    Oracle--常用数据类型、创建表
    Oracle基础入门--(用户、角色、权限)
    Oracle基础入门--(数据库、数据库实例、表空间)
    jQuery中的表单验证
    js 判断微信浏览器
    VUE 之 webpack 封装方法例子
    原创自己写的方法,获取url上的参数,返回一个对象
    axios拦截器配合element ui实现http请求的全局加载
  • 原文地址:https://www.cnblogs.com/cgy-home/p/11229792.html
Copyright © 2020-2023  润新知