Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- de.hybris.platform.util.collections.AbstractDelegatingMap<K,V> (implements java.util.Map<K,V>, java.io.Serializable)
- de.hybris.platform.util.collections.AbstractCacheMap<K,V> (implements de.hybris.platform.util.collections.CacheMap<K,V>)
- de.hybris.platform.util.collections.YFastMap<K,V> (implements de.hybris.platform.util.collections.YMap<K,V>)
- de.hybris.platform.util.collections.YFastFIFOMap<K,V> (implements de.hybris.platform.util.collections.YFIFOMap<K,V>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- de.hybris.platform.util.collections.CaseInsensitiveStringMap<V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- de.hybris.platform.util.collections.GuavaCollectors
- de.hybris.platform.util.collections.MapBenchmarkTest