Class Hierarchy
- java.lang.Object
- com.illumon.util.datastructures.cache.BaseOffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE> (implements com.illumon.util.datastructures.cache.OffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE>)
- com.illumon.util.datastructures.cache.ArrayBackedOffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE>
- com.illumon.util.datastructures.cache.BoundedArrayBackedOffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE>
- com.illumon.util.datastructures.cache.SoftArrayBackedOffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache<KEY_TYPE,MAPPING_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.ByteImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.CharacterImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.DoubleImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.FifoIntegerImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.FloatImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.IntegerImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.LongImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.ObjectImpl<KEY_TYPE,VALUE_TYPE>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.ShortImpl<KEY_TYPE>
- com.illumon.util.datastructures.cache.ReverseOffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE> (implements java.util.function.ToIntFunction<T>)
- com.illumon.util.datastructures.cache.BaseOffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE> (implements com.illumon.util.datastructures.cache.OffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE>)
Interface Hierarchy
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.ToByteFunction<T>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.ToCharacterFunction<T>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.ToFloatFunction<T>
- com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.ToShortFunction<T>
- com.illumon.util.datastructures.cache.OffsetLookup<VALUE_TYPE,EXTRA_INPUT_TYPE>
- com.illumon.util.datastructures.cache.OffsetLookupCache<VALUE_TYPE,EXTRA_INPUT_TYPE>