Class Hierarchy
- java.lang.Object
- io.deephaven.util.datastructures.intrusive.IntrusiveArraySet<T> (implements java.util.Set<E>)
- io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU<T>
- io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node.Adapter<T> (implements io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Adapter<T>)
- io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node.Impl<T> (implements io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node<T>)
Interface Hierarchy
- io.deephaven.util.datastructures.intrusive.IntrusiveArraySet.Adapter<T>
- io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Adapter<T>
- io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node<T>