Uses of Interface
com.googlecode.concurrentlinkedhashmap.Linked
-
-
Uses of Linked in com.googlecode.concurrentlinkedhashmap
Classes in com.googlecode.concurrentlinkedhashmap with type parameters of type Linked Modifier and Type Interface Description (package private) interfaceLinked<T extends Linked<T>>An element that is linked on theDeque.(package private) 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 Linked Modifier and Type Class Description (package private) classConcurrentLinkedHashMap.NodeA 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 Linked Modifier and Type Field Description (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 Modifier and Type Method Description (package private) booleanLinkedDeque. contains(Linked<?> e)
-