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) interface
An element that is linked on theDeque
.(package private) final class
LinkedDeque<E extends Linked<E>>
Linked list implementation of theDeque
interface where the link pointers are tightly integrated with the element.Classes in com.googlecode.concurrentlinkedhashmap that implement LinkedModifier and TypeClassDescription(package private) final class
A 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) E
LinkedDeque.AbstractLinkedIterator.cursor
(package private) E
LinkedDeque.first
Pointer to first node.(package private) E
LinkedDeque.last
Pointer to last node.Methods in com.googlecode.concurrentlinkedhashmap with parameters of type Linked