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