Uses of Interface
org.jgrapht.util.DoublyLinkedList.ListNodeIterator
-
Packages that use DoublyLinkedList.ListNodeIterator Package Description org.jgrapht.util 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.ListNodeIterator Modifier and Type Class Description private classDoublyLinkedList.ListNodeIteratorImplAn implementation of theDoublyLinkedList.ListNodeIteratorinterface.Methods in org.jgrapht.util that return DoublyLinkedList.ListNodeIterator Modifier and Type Method Description DoublyLinkedList.ListNodeIterator<E>DoublyLinkedList. listIterator()DoublyLinkedList.ListNodeIterator<E>DoublyLinkedList. listIterator(int index)DoublyLinkedList.ListNodeIterator<E>DoublyLinkedList. listIterator(E element)Returns aDoublyLinkedList.ListNodeIteratorover the elements in this list (in proper sequence) starting with the firstDoublyLinkedList.ListNodewhose value is equal to the specifiedelement.Methods in org.jgrapht.util with parameters of type DoublyLinkedList.ListNodeIterator Modifier and Type Method Description private static <E> DoublyLinkedList.NodeIterator<E>DoublyLinkedList. reverseIterator(DoublyLinkedList.ListNodeIterator<E> listIterator)Returns aDoublyLinkedList.NodeIteratorthat iterates in reverse order, assuming the cursor of the specifiedDoublyLinkedList.ListNodeIteratoris behind the tail of the list.
-