Uses of Class
com.google.common.collect.testing.IteratorFeature
-
Packages that use IteratorFeature Package Description 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 Modifier and Type Field Description static Set<IteratorFeature>IteratorFeature. MODIFIABLEA set containing all of the optional features of theIteratorandListIteratorinterfaces.static Set<IteratorFeature>IteratorFeature. UNMODIFIABLEA set containing none of the optional features of theIteratororListIteratorinterfaces.Methods in com.google.common.collect.testing that return IteratorFeature Modifier and Type Method Description static IteratorFeatureIteratorFeature. 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 Constructor Description IteratorTester(int steps, Iterable<? extends IteratorFeature> features, Iterable<E> expectedElements, com.google.common.collect.testing.AbstractIteratorTester.KnownOrder knownOrder)Creates an IteratorTester.
-