| 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 | |
| MapBenchmarkTest |
Performance comparison of different Maps
|
| YFastFIFOMap<K,V> | |
| YFastMap<K,V> |
Copyright © 2018 SAP SE. All Rights Reserved.