Uses of Class
com.google.common.collect.AbstractIterator
Packages that use AbstractIterator
Package
Description
Collection interfaces and implementations, and other utilities for collections.
An API for representing graph (node and edge) data.
-
Uses of AbstractIterator in com.google.common.collect
Subclasses of AbstractIterator in com.google.common.collectModifier and TypeClassDescriptionprivate static final classprivate static class(package private) final classAn Iterator implementation which draws elements from a queue, removing them from the queue as it iterates.private classprivate classprivate final classDeprecated. -
Uses of AbstractIterator in com.google.common.graph
Subclasses of AbstractIterator in com.google.common.graphModifier and TypeClassDescription(package private) classA class to facilitate the set returned byGraph.edges().private static final classIf the graph is directed, each ordered [source, target] pair will be visited once if there is an edge connecting them.private static final classIf the graph is undirected, each unordered [node, otherNode] pair (except self-loops) will be visited twice if there is an edge connecting them.