|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IteratorFeature | |
|---|---|
| com.google.common.collect.testing | |
| Uses of IteratorFeature in com.google.common.collect.testing |
|---|
| Fields in com.google.common.collect.testing with type parameters of type IteratorFeature | |
|---|---|
static Set<IteratorFeature> |
IteratorFeature.MODIFIABLE
A set containing all of the optional features of the Iterator and
ListIterator interfaces. |
static Set<IteratorFeature> |
IteratorFeature.UNMODIFIABLE
A set containing none of the optional features of the Iterator or
ListIterator interfaces. |
| Methods in com.google.common.collect.testing that return IteratorFeature | |
|---|---|
static IteratorFeature |
IteratorFeature.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IteratorFeature[] |
IteratorFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructor parameters in com.google.common.collect.testing with type arguments of type IteratorFeature | |
|---|---|
IteratorTester(int steps,
Iterable<? extends IteratorFeature> features,
Iterable<E> expectedElements,
AbstractIteratorTester.KnownOrder knownOrder)
Creates an IteratorTester. |
|
ListIteratorTester(int steps,
Iterable<E> elementsToInsert,
Iterable<? extends IteratorFeature> features,
Iterable<E> expectedElements,
int startIndex)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||