Uses of Class
com.google.common.collect.AbstractIterator
Packages that use AbstractIterator
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with 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.