| Interface | Description |
|---|---|
| Collection<E> | |
| Comparator<T> | |
| Deque<E> | |
| Enumeration<T> | |
| EventListener | |
| Iterator<E> | |
| List<E> | |
| ListIterator<E> | |
| Map<K,V> | |
| Map.Entry<K,V> | |
| NavigableMap<K,V> | |
| NavigableSet<E> | |
| Observer | |
| Queue<E> | |
| RandomAccess | |
| Set<E> | |
| SortedMap<K,V> | |
| SortedSet<E> |
| Class | Description |
|---|---|
| AbstractCollection<E> | |
| AbstractList<E> | |
| AbstractMap<K,V> | |
| AbstractMap.SimpleEntry<K,V> | |
| AbstractMap.SimpleImmutableEntry<K,V> | |
| AbstractQueue<E> | |
| AbstractSequentialList<E> | |
| AbstractSet<E> | |
| ArrayDeque<E> | |
| ArrayList<E> | |
| Arrays | |
| BitSet | |
| Calendar | |
| Collections | |
| Date | |
| Dictionary<K,V> | |
| EventListenerProxy | |
| HashMap<K,V> | |
| HashSet<E> | |
| Hashtable<K,V> | |
| IdentityHashMap<K,V> | |
| LinkedHashMap<K,V> | |
| LinkedHashSet<E> | |
| LinkedList<E> | |
| Locale | |
| Objects | |
| Observable | |
| PriorityQueue<E> | |
| Random | |
| Stack<E> | |
| StringTokenizer | |
| Timer | |
| TimerTask | |
| TimeZone | |
| TreeMap<K,V> | |
| TreeSet<E> | |
| Vector<E> |
| Exception | Description |
|---|---|
| ConcurrentModificationException | |
| EmptyStackException | |
| NoSuchElementException |
Copyright © 2026. All rights reserved.