Uses of Enum Class
com.google.common.collect.testing.IteratorFeature
Packages that use IteratorFeature
-
Uses of IteratorFeature in com.google.common.collect.testing
Fields in com.google.common.collect.testing with type parameters of type IteratorFeatureModifier and TypeFieldDescriptionprivate final Set
<IteratorFeature> AbstractIteratorTester.features
static final Set
<IteratorFeature> IteratorFeature.MODIFIABLE
A set containing all of the optional features of theIterator
andListIterator
interfaces.static final 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 IteratorFeatureModifier and TypeMethodDescriptionstatic IteratorFeature
Returns the enum constant of this class with the specified name.static IteratorFeature[]
IteratorFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.collect.testing with parameters of type IteratorFeatureModifier and TypeMethodDescriptionprivate void
AbstractIteratorTester.MultiExceptionListIterator.throwIfInvalid
(IteratorFeature methodFeature) Constructor parameters in com.google.common.collect.testing with type arguments of type IteratorFeatureModifierConstructorDescriptionprotected
IteratorTester
(int steps, Iterable<? extends IteratorFeature> features, 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 IteratorFeatureModifier and TypeMethodDescriptionprivate void
CollectionIteratorTester.runIteratorTest
(Set<IteratorFeature> features, AbstractIteratorTester.KnownOrder knownOrder, Iterable<E> elements) private void
ListListIteratorTester.runListIteratorTest
(Set<IteratorFeature> features)