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 com.google.common.collect.testing.TestStringSortedMapGenerator
aboveSamplesGreater, aboveSamplesLesser, belowSamplesGreater, belowSamplesLesser, create, order
Methods inherited from class com.google.common.collect.testing.TestStringMapGenerator
createArray, createKeyArray, createValueArray, samples
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
createArray, samples
Methods inherited from interface com.google.common.collect.testing.TestMapGenerator
createKeyArray, createValueArray
-
Constructor Details
-
ImmutableSortedMapCopyOfEntriesGenerator
-
-
Method Details
-
create
- Specified by:
create
in classTestStringSortedMapGenerator
-