Class DynamicOrderedList.DOLNode<K>

java.lang.Object
it.unimi.dsi.webgraph.scratch.DynamicOrderedList.DOLNode<K>
Type Parameters:
K - the type of element contained in this node.
All Implemented Interfaces:
Comparable<DynamicOrderedList.DOLNode<K>>
Enclosing class:
DynamicOrderedList<K>

public static class DynamicOrderedList.DOLNode<K> extends Object implements Comparable<DynamicOrderedList.DOLNode<K>>
A node of the doubly-linked list underlying this data structure. Nodes are compared by the numeric comparison of their tags.