Interface IntrusiveCollection.Element

Enclosing class:
IntrusiveCollection<E extends IntrusiveCollection.Element>

@Private public static interface IntrusiveCollection.Element
An element contained in this list. We pass the list itself as a parameter so that elements can belong to multiple lists. (The element will need to store separate prev and next pointers for each.)