Uses of Enum Class
com.google.common.collect.testing.AbstractIteratorTester.KnownOrder
Packages that use AbstractIteratorTester.KnownOrder
-
Uses of AbstractIteratorTester.KnownOrder in com.google.common.collect.testing
Fields in com.google.common.collect.testing declared as AbstractIteratorTester.KnownOrderModifier and TypeFieldDescriptionprivate final AbstractIteratorTester.KnownOrderAbstractIteratorTester.knownOrderMethods in com.google.common.collect.testing that return AbstractIteratorTester.KnownOrderModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractIteratorTester.KnownOrder[]AbstractIteratorTester.KnownOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.common.collect.testing with parameters of type AbstractIteratorTester.KnownOrderModifierConstructorDescription(package private)AbstractIteratorTester(int steps, Iterable<E> elementsToInsertIterable, Iterable<? extends IteratorFeature> features, Iterable<E> expectedElements, AbstractIteratorTester.KnownOrder knownOrder, int startIndex) protectedIteratorTester(int steps, Iterable<? extends IteratorFeature> features, Iterable<E> expectedElements, AbstractIteratorTester.KnownOrder knownOrder) Creates an IteratorTester. -
Uses of AbstractIteratorTester.KnownOrder in com.google.common.collect.testing.testers
Methods in com.google.common.collect.testing.testers with parameters of type AbstractIteratorTester.KnownOrderModifier and TypeMethodDescriptionprivate voidCollectionIteratorTester.runIteratorTest(Set<IteratorFeature> features, AbstractIteratorTester.KnownOrder knownOrder, Iterable<E> elements)