Package io.deephaven.util.datastructures.intrusive
package io.deephaven.util.datastructures.intrusive
-
ClassDescriptionAn intrusive set that uses an array for its backing storage.Adapter interface for elements to be entered into the set.A Caching structure that uses simple arrays with doubling, until a threshold is reached.An interface defining the required intrusive property getters and setters.IntrusiveSoftLRU.Node<T extends IntrusiveSoftLRU.Node<T>>An intrusive node for storing items in the cache.IntrusiveSoftLRU.Node.Adapter<T extends IntrusiveSoftLRU.Node<T>>A basic adapter class for
IntrusiveSoftLRU.Node
items in the cache.IntrusiveSoftLRU.Node.Impl<T extends IntrusiveSoftLRU.Node.Impl<T>>The base node implementation for items in the cache.