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

java.lang.Object
io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node.Adapter<T>
Type Parameters:
T -
All Implemented Interfaces:
IntrusiveSoftLRU.Adapter<T>
Enclosing interface:
IntrusiveSoftLRU.Node<T extends IntrusiveSoftLRU.Node<T>>

public static class IntrusiveSoftLRU.Node.Adapter<T extends IntrusiveSoftLRU.Node<T>> extends Object implements IntrusiveSoftLRU.Adapter<T>
A basic adapter class for IntrusiveSoftLRU.Node items in the cache.