Uses of Interface
com.googlecode.concurrentlinkedhashmap.Linked
-
Uses of Linked in com.googlecode.concurrentlinkedhashmap
Classes in com.googlecode.concurrentlinkedhashmap with type parameters of type LinkedModifier and TypeInterfaceDescription(package private) interfaceAn element that is linked on theDeque.(package private) final classLinkedDeque<E extends Linked<E>>Linked list implementation of theDequeinterface where the link pointers are tightly integrated with the element.Classes in com.googlecode.concurrentlinkedhashmap that implement LinkedModifier and TypeClassDescription(package private) final classA node contains the key, the weighted value, and the linkage pointers on the page-replacement algorithm's data structures.Fields in com.googlecode.concurrentlinkedhashmap declared as LinkedModifier and TypeFieldDescription(package private) ELinkedDeque.AbstractLinkedIterator.cursor(package private) ELinkedDeque.firstPointer to first node.(package private) ELinkedDeque.lastPointer to last node.Methods in com.googlecode.concurrentlinkedhashmap with parameters of type Linked