| Package | Description |
|---|---|
| com.google.common.collect.testing |
| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
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) |
Copyright © 2010–2019. All rights reserved.