Uses of Interface
com.sun.jdo.spi.persistence.utility.Linkable
Packages that use Linkable
-
Uses of Linkable in com.sun.jdo.spi.persistence.utility
Fields in com.sun.jdo.spi.persistence.utility declared as LinkableModifier and TypeFieldDescriptionDoubleLinkedList.headHead of linked list.DoubleLinkedList.tailTail of linked list.Methods in com.sun.jdo.spi.persistence.utility that return LinkableModifier and TypeMethodDescriptionDoubleLinkedList.getHead()Return the object at the head of a linked list.Linkable.getNext()Linkable.getPrevious()DoubleLinkedList.getTail()Return the object at the tail of a linked list.DoubleLinkedList.removeFromHead()Remove and return an object from the head of a linked list.DoubleLinkedList.removeFromTail()Remove and return an object from the tail of a linked list.Methods in com.sun.jdo.spi.persistence.utility with parameters of type LinkableModifier and TypeMethodDescriptionvoidDoubleLinkedList.insertAtHead(Linkable node) Insert an object at the head of a linked list.voidDoubleLinkedList.insertAtTail(Linkable node) Insert an object at the tail of a linked list.voidDoubleLinkedList.insertIntoList(Linkable afternode, Linkable newnode) Insert an object anywhere into the linked list.voidDoubleLinkedList.removeFromList(Linkable node) Remove the specified object from anywhere in the linked list.voidvoidLinkable.setPrevious(Linkable node)