Uses of Interface
gnu.trove.TLinkable
Packages that use TLinkable
-
Uses of TLinkable in gnu.trove
Modifier and TypeClassDescriptionclassTLinkedList<T extends TLinkable>A LinkedList implementation which holds instances of type TLinkable.Modifier and TypeClassDescriptionclassAdapter for TLinkable interface which implements the interface and can therefore be extended trivially to create TLinkable objects without having to implement the obvious.Modifier and TypeFieldDescriptionprotected TTLinkedList._headthe head of the listprotected TTLinkedList._tailthe tail of the listModifier and TypeMethodDescriptionTLinkable.getNext()Returns the linked list node after this one.TLinkableAdapter.getNext()Returns the linked list node after this one.TLinkable.getPrevious()Returns the linked list node before this one.TLinkableAdapter.getPrevious()Returns the linked list node before this one.Modifier and TypeMethodDescriptionvoidSets the linked list node after this one.voidSets the linked list node after this one.voidTLinkable.setPrevious(TLinkable linkable) Sets the linked list node before this one.voidTLinkableAdapter.setPrevious(TLinkable linkable) Sets the linked list node before this one.