com.google.common.collect.testing.google
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedMapGenerators.ImmutableSortedMapKeyListGenerator
public SortedMapGenerators.ImmutableSortedMapKeyListGenerator()
create
protected List<String> create(String[] elements)
- Description copied from class:
TestStringListGenerator
- Creates a new collection containing the given elements; implement this
method instead of
TestStringListGenerator.create(Object...).
- Specified by:
create in class TestStringListGenerator
order
public List<String> order(List<String> insertionOrder)
- Description copied from class:
TestStringListGenerator
- Returns the original element list, unchanged.
- Specified by:
order in interface TestContainerGenerator<Collection<String>,String>- Overrides:
order in class TestStringListGenerator
Copyright © 2010-2013. All Rights Reserved.