Uses of Class
org.aksw.commons.collections.lists.LinkedListNode
Packages that use LinkedListNode
-
Uses of LinkedListNode in org.aksw.commons.collections.lists
Fields in org.aksw.commons.collections.lists declared as LinkedListNodeModifier and TypeFieldDescriptionprotected LinkedListNode<T>LinkedListIterator.currentprotected LinkedListNode<T>LinkedListNodeIterator.currentprotected LinkedListNode<T>LinkedList.firstprotected LinkedListNode<T>LinkedList.lastLinkedListNode.predecessorLinkedListNode.successorMethods in org.aksw.commons.collections.lists that return LinkedListNodeMethods in org.aksw.commons.collections.lists that return types with arguments of type LinkedListNodeModifier and TypeMethodDescriptionLinkedListNode.nodeIterator()Iterator over the node objects (of which each holds an item) in the listMethods in org.aksw.commons.collections.lists with parameters of type LinkedListNodeConstructors in org.aksw.commons.collections.lists with parameters of type LinkedListNodeModifierConstructorDescriptionLinkedListIterator(LinkedListNode<T> current) LinkedListNodeIterator(LinkedListNode<T> current)