Uses of Class
com.google.common.collect.testing.IteratorFeature
-
Packages that use IteratorFeature Package Description com.google.common.collect.testing com.google.common.collect.testing.testers -
-
Uses of IteratorFeature in com.google.common.collect.testing
Fields in com.google.common.collect.testing with type parameters of type IteratorFeature Modifier and Type Field Description private java.util.Set<IteratorFeature>
AbstractIteratorTester. features
static java.util.Set<IteratorFeature>
IteratorFeature. MODIFIABLE
A set containing all of the optional features of theIterator
andListIterator
interfaces.static java.util.Set<IteratorFeature>
IteratorFeature. UNMODIFIABLE
A set containing none of the optional features of theIterator
orListIterator
interfaces.Methods in com.google.common.collect.testing that return IteratorFeature Modifier and Type Method Description static IteratorFeature
IteratorFeature. valueOf(java.lang.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.Methods in com.google.common.collect.testing with parameters of type IteratorFeature Modifier and Type Method Description private void
AbstractIteratorTester.MultiExceptionListIterator. throwIfInvalid(IteratorFeature methodFeature)
Constructor parameters in com.google.common.collect.testing with type arguments of type IteratorFeature Constructor Description IteratorTester(int steps, java.lang.Iterable<? extends IteratorFeature> features, java.lang.Iterable<E> expectedElements, AbstractIteratorTester.KnownOrder knownOrder)
Creates an IteratorTester. -
Uses of IteratorFeature in com.google.common.collect.testing.testers
Method parameters in com.google.common.collect.testing.testers with type arguments of type IteratorFeature Modifier and Type Method Description private void
CollectionIteratorTester. runIteratorTest(java.util.Set<IteratorFeature> features, AbstractIteratorTester.KnownOrder knownOrder, java.lang.Iterable<E> elements)
private void
ListListIteratorTester. runListIteratorTest(java.util.Set<IteratorFeature> features)
-