Class SortedMapGenerators.ImmutableSortedMapKeyListGenerator
java.lang.Object
com.google.common.collect.testing.TestStringListGenerator
com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapKeyListGenerator
- All Implemented Interfaces:
TestCollectionGenerator<String>
,TestContainerGenerator<Collection<String>,
,String> TestListGenerator<String>
- Enclosing class:
SortedMapGenerators
public static class SortedMapGenerators.ImmutableSortedMapKeyListGenerator
extends TestStringListGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new collection containing the given elements; implement this method instead ofTestStringListGenerator.create(Object...)
.Returns the original element list, unchanged.Methods inherited from class com.google.common.collect.testing.TestStringListGenerator
create, createArray, samples
-
Constructor Details
-
ImmutableSortedMapKeyListGenerator
public ImmutableSortedMapKeyListGenerator()
-
-
Method Details
-
create
Description copied from class:TestStringListGenerator
Creates a new collection containing the given elements; implement this method instead ofTestStringListGenerator.create(Object...)
.- Specified by:
create
in classTestStringListGenerator
-
order
Description copied from class:TestStringListGenerator
Returns the original element list, unchanged.- Specified by:
order
in interfaceTestContainerGenerator<Collection<String>,
String> - Overrides:
order
in classTestStringListGenerator
-