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 class
private static class
(package private) final class
An Iterator implementation which draws elements from a queue, removing them from the queue as it iterates.private class
private class
private final class
Deprecated. -
Uses of AbstractIterator in com.google.common.graph
Subclasses of AbstractIterator in com.google.common.graphModifier and TypeClassDescription(package private) class
A class to facilitate the set returned byGraph.edges()
.private static final class
If the graph is directed, each ordered [source, target] pair will be visited once if there is an edge connecting them.private static final class
If the graph is undirected, each unordered [node, otherNode] pair (except self-loops) will be visited twice if there is an edge connecting them.