JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.common.collect.testing
Interface TestIteratorGenerator<E>
Type Parameters:
E
- the element type of the iterator.
All Known Implementing Classes:
DerivedTestIteratorGenerator
public interface
TestIteratorGenerator<E>
Creates iterators to be tested.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.util.Iterator<
E
>
get
()
Method Detail
get
java.util.Iterator<
E
> get()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method