Class SortedMapGenerators.ImmutableSortedMapGenerator
java.lang.Object
com.google.common.collect.testing.TestStringMapGenerator
com.google.common.collect.testing.TestStringSortedMapGenerator
com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapGenerator
- All Implemented Interfaces:
TestContainerGenerator<Map<String,String>, Map.Entry<String, String>>, TestMapGenerator<String, String>, TestSortedMapGenerator<String, String>
- Enclosing class:
SortedMapGenerators
public static class SortedMapGenerators.ImmutableSortedMapGenerator
extends TestStringSortedMapGenerator
- Author:
- Kevin Bourrillion, Jesse Wilson, Jared Levy, Hayward Chan, Chris Povirk, Louis Wasserman
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TestStringSortedMapGenerator
aboveSamplesGreater, aboveSamplesLesser, belowSamplesGreater, belowSamplesLesser, create, orderMethods inherited from class TestStringMapGenerator
createArray, createKeyArray, createValueArray, samplesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TestContainerGenerator
createArray, samplesMethods inherited from interface TestMapGenerator
createKeyArray, createValueArray
-
Constructor Details
-
ImmutableSortedMapGenerator
public ImmutableSortedMapGenerator()
-
-
Method Details
-
create
-