Uses of Interface
org.jgrapht.util.DoublyLinkedList.NodeIterator
Packages that use DoublyLinkedList.NodeIterator
Package
Description
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of DoublyLinkedList.NodeIterator in org.jgrapht.util
Subinterfaces of DoublyLinkedList.NodeIterator in org.jgrapht.utilModifier and TypeInterfaceDescriptionstatic interface
Methods in org.jgrapht.util that return DoublyLinkedList.NodeIteratorModifier and TypeMethodDescriptionDoublyLinkedList.circularIterator
(E firstElement) Returns aDoublyLinkedList.NodeIterator
that starts at the firstDoublyLinkedList.ListNode
of this list that is equal to the specifiedfirstElement
, iterates in forward direction over the end of this list until the first node.DoublyLinkedList.descendingIterator()
DoublyLinkedList.iterator()
DoublyLinkedList.reverseCircularIterator
(E firstElement) Returns aDoublyLinkedList.NodeIterator
that starts at the firstDoublyLinkedList.ListNode
of this list that is equal to the specifiedfirstElement
, iterates in reverse direction over the end of this list until the first node.