Class SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
java.lang.Object
com.google.common.collect.testing.TestStringMapGenerator
com.google.common.collect.testing.TestStringSortedMapGenerator
com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
- All Implemented Interfaces:
TestContainerGenerator<Map<String,String>, Map.Entry<String, String>>, TestMapGenerator<String, String>, TestSortedMapGenerator<String, String>
- Enclosing class:
SortedMapGenerators
public static class SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
extends TestStringSortedMapGenerator
-
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
-
ImmutableSortedMapCopyOfEntriesGenerator
public ImmutableSortedMapCopyOfEntriesGenerator()
-
-
Method Details
-
create
-