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