Uses of Class
com.google.common.collect.AbstractIterator
-
Packages that use AbstractIterator Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of AbstractIterator in com.google.common.collect
Subclasses of AbstractIterator in com.google.common.collect Modifier and Type Class Description private static classCollections2.OrderedPermutationIterator<E>private static classCollections2.PermutationIterator<E>(package private) classConsumingQueueIterator<T>An Iterator implementation which draws elements from a queue, removing them from the queue as it iterates.private classStandardTable.Column.EntrySetIteratorprivate classStandardTable.ColumnKeyIteratorprivate classTreeTraverser.PostOrderIteratorDeprecated. -
Uses of AbstractIterator in com.google.common.graph
Subclasses of AbstractIterator in com.google.common.graph Modifier and Type Class Description (package private) classEndpointPairIterator<N>A class to facilitate the set returned byGraph.edges().private static classEndpointPairIterator.Directed<N>If the graph is directed, each ordered [source, target] pair will be visited once if there is an edge connecting them.private static classEndpointPairIterator.Undirected<N>If the graph is undirected, each unordered [node, otherNode] pair (except self-loops) will be visited twice if there is an edge connecting them.private classTraverser.GraphTraverser.DepthFirstIteratorprivate classTraverser.TreeTraverser.DepthFirstPostOrderIterator
-