Uses of Interface
org.jgrapht.util.DoublyLinkedList.ListNodeIterator
Packages that use DoublyLinkedList.ListNodeIterator
Package
Description
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of DoublyLinkedList.ListNodeIterator in org.jgrapht.util
Classes in org.jgrapht.util that implement DoublyLinkedList.ListNodeIteratorModifier and TypeClassDescriptionprivate class
An implementation of theDoublyLinkedList.ListNodeIterator
interface.Methods in org.jgrapht.util that return DoublyLinkedList.ListNodeIteratorModifier and TypeMethodDescriptionDoublyLinkedList.listIterator()
DoublyLinkedList.listIterator
(int index) DoublyLinkedList.listIterator
(E element) Returns aDoublyLinkedList.ListNodeIterator
over the elements in this list (in proper sequence) starting with the firstDoublyLinkedList.ListNode
whose value is equal to the specifiedelement
.Methods in org.jgrapht.util with parameters of type DoublyLinkedList.ListNodeIteratorModifier and TypeMethodDescriptionprivate static <E> DoublyLinkedList.NodeIterator
<E> DoublyLinkedList.reverseIterator
(DoublyLinkedList.ListNodeIterator<E> listIterator) Returns aDoublyLinkedList.NodeIterator
that iterates in reverse order, assuming the cursor of the specifiedDoublyLinkedList.ListNodeIterator
is behind the tail of the list.