Class IntrusiveSoftLRU.Node.Impl<T extends IntrusiveSoftLRU.Node.Impl<T>>

java.lang.Object
io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node.Impl<T>
Type Parameters:
T -
All Implemented Interfaces:
IntrusiveSoftLRU.Node<T>
Direct Known Subclasses:
PageCache.IntrusivePage
Enclosing interface:
IntrusiveSoftLRU.Node<T extends IntrusiveSoftLRU.Node<T>>

public static class IntrusiveSoftLRU.Node.Impl<T extends IntrusiveSoftLRU.Node.Impl<T>> extends Object implements IntrusiveSoftLRU.Node<T>
The base node implementation for items in the cache.