| Interface | Description |
|---|---|
| CacheMap<K,V> | |
| ConcurrentWeakHashMap.LazyValueCreator<K,V> | |
| YFIFOMap<K,V> | |
| YMap<K,V> | |
| YMap.ClearHandler<K1,V1> |
| Class | Description |
|---|---|
| AbstractCacheMap<K,V> |
Default implementation of
CacheMap doing nothing. |
| AbstractDelegatingMap<K,V> |
Simple delegate which backes a map.
|
| BitSetFilteredList<E> |
Convenience class for creating a sublist from a rather large original list using a
BitSet specifying which
elements from the original list should occur inside the filtered list. |
| CaseInsensitiveStringMap<V> |
Special version of
ConcurrentHashMap which pretends to map strings to objects but treats them
case-insensitively! |
| ConcurrentWeakHashMap<K,V> | |
| GuavaCollectors | |
| JDKAbstractMap<K,V> |
This class provides a skeletal implementation of the Map interface, to minimize the effort required to
implement this interface.
|
| JDKHashMap<K,V> |
Hash table based implementation of the Map interface.
|
| JDKLinkedHashMap<K,V> |
Hash table and linked list implementation of the Map interface, with predictable iteration order.
|
| MapBenchmarkTest |
Performance comparison of different Maps
|
| YFastFIFOMap<K,V> | |
| YFastMap<K,V> |
Copyright © 2017 SAP SE. All Rights Reserved.