Package de.hybris.platform.util.collections
-
Interface Summary Interface Description CacheMap<K,V> ConcurrentWeakHashMap.LazyValueCreator<K,V> YFIFOMap<K,V> YMap<K,V> YMap.ClearHandler<K1,V1> -
Class Summary Class Description AbstractCacheMap<K,V> Default implementation ofCacheMapdoing 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 aBitSetspecifying which elements from the original list should occur inside the filtered list.CaseInsensitiveStringMap<V> Special version ofConcurrentHashMapwhich pretends to map strings to objects but treats them case-insensitively!ConcurrentWeakHashMap<K,V> GuavaCollectors MapBenchmarkTest Performance comparison of different MapsYFastFIFOMap<K,V> YFastMap<K,V>