| Interface | Description |
|---|---|
| ICommonsCollection<ELEMENTTYPE> |
Case collection interface for my extended collection classes.
|
| ICommonsIterable<ELEMENTTYPE> |
Extended version of
Iterable with some additional default methods. |
| ICommonsList<ELEMENTTYPE> |
A special
List interface with extended functionality based on
ICommonsCollection. |
| ICommonsMap<KEYTYPE,VALUETYPE> |
A special
Map interface with extended functionality |
| ICommonsNavigableMap<KEYTYPE,VALUETYPE> |
A special
NavigableMap interface based on ICommonsSortedMap. |
| ICommonsNavigableSet<ELEMENTTYPE> |
A special
NavigableSet based interface with extended functionality
based on ICommonsSortedSet. |
| ICommonsOrderedMap<KEYTYPE,VALUETYPE> | |
| ICommonsOrderedSet<ELEMENTTYPE> |
A special ordered
Set based interface with extended functionality
based on ICommonsSet. |
| ICommonsSet<ELEMENTTYPE> |
A special
Set interface with extended functionality based on
ICommonsCollection. |
| ICommonsSortedMap<KEYTYPE,VALUETYPE> |
A special
SortedMap based interface with extended functionality based
on ICommonsMap. |
| ICommonsSortedSet<ELEMENTTYPE> |
A special
SortedSet based interface with extended functionality based
on ICommonsSet. |
| Class | Description |
|---|---|
| CommonsArrayList<ELEMENTTYPE> |
A special
ArrayList implementation based on ICommonsList. |
| CommonsConcurrentHashMap<KEYTYPE,VALUETYPE> |
A special
ConcurrentHashMap implementation based on
ICommonsMap. |
| CommonsCopyOnWriteArrayList<ELEMENTTYPE> |
A special
CommonsCopyOnWriteArrayList implementation based on
ICommonsList. |
| CommonsCopyOnWriteArraySet<ELEMENTTYPE> |
A special
CopyOnWriteArraySet implementation based on
ICommonsSet. |
| CommonsEnumMap<KEYTYPE extends Enum<KEYTYPE>,VALUETYPE> |
A special
EnumMap implementation based on ICommonsMap. |
| CommonsHashMap<KEYTYPE,VALUETYPE> |
A special
HashMap implementation based on ICommonsMap. |
| CommonsHashSet<ELEMENTTYPE> |
A special
HashSet implementation based on ICommonsSet. |
| CommonsLinkedHashMap<KEYTYPE,VALUETYPE> |
A special
LinkedHashMap implementation based on
ICommonsOrderedMap. |
| CommonsLinkedHashSet<ELEMENTTYPE> |
A special
LinkedHashSet implementation based on
ICommonsOrderedSet. |
| CommonsLinkedList<ELEMENTTYPE> |
A special
LinkedList implementation based on ICommonsList. |
| CommonsTreeMap<KEYTYPE,VALUETYPE> |
A special
TreeMap implementation based on
ICommonsNavigableMap. |
| CommonsTreeSet<ELEMENTTYPE> |
A special
TreeSet implementation based on
ICommonsNavigableSet. |
| CommonsVector<ELEMENTTYPE> |
A special
Vector implementation based on ICommonsList. |
| CommonsWeakHashMap<KEYTYPE,VALUETYPE> |
A special
WeakHashMap implementation based on ICommonsMap. |
Copyright © 2014–2022 Philip Helger. All rights reserved.