Uses of Class
com.google.common.collect.testing.AbstractIteratorTester.KnownOrder
-
Packages that use AbstractIteratorTester.KnownOrder Package Description com.google.common.collect.testing com.google.common.collect.testing.testers -
-
Uses of AbstractIteratorTester.KnownOrder in com.google.common.collect.testing
Fields in com.google.common.collect.testing declared as AbstractIteratorTester.KnownOrder Modifier and Type Field Description private AbstractIteratorTester.KnownOrder
AbstractIteratorTester. knownOrder
Methods in com.google.common.collect.testing that return AbstractIteratorTester.KnownOrder Modifier and Type Method Description static AbstractIteratorTester.KnownOrder
AbstractIteratorTester.KnownOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractIteratorTester.KnownOrder[]
AbstractIteratorTester.KnownOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.common.collect.testing with parameters of type AbstractIteratorTester.KnownOrder Constructor Description AbstractIteratorTester(int steps, java.lang.Iterable<E> elementsToInsertIterable, java.lang.Iterable<? extends IteratorFeature> features, java.lang.Iterable<E> expectedElements, AbstractIteratorTester.KnownOrder knownOrder, int startIndex)
IteratorTester(int steps, java.lang.Iterable<? extends IteratorFeature> features, java.lang.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.KnownOrder Modifier and Type Method Description private void
CollectionIteratorTester. runIteratorTest(java.util.Set<IteratorFeature> features, AbstractIteratorTester.KnownOrder knownOrder, java.lang.Iterable<E> elements)
-