Uses of Interface
tools.jackson.databind.util.internal.Linked
Packages that use Linked
Package
Description
This package contains an implementation of a bounded
ConcurrentMap data structure.-
Uses of Linked in tools.jackson.databind.util.internal
Classes in tools.jackson.databind.util.internal 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 tools.jackson.databind.util.internal that implement LinkedModifier and TypeClassDescription(package private) static final classA node contains the key, the weighted value, and the linkage pointers on the page-replacement algorithm's data structures.Fields in tools.jackson.databind.util.internal 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 tools.jackson.databind.util.internal with parameters of type Linked