|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator<K,V>
public static class DerivedCollectionGenerators.MapKeySetGenerator<K,V>
| Constructor Summary | |
|---|---|
DerivedCollectionGenerators.MapKeySetGenerator(OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> mapGenerator)
|
|
| Method Summary | |
|---|---|
Set<K> |
create(Object... elements)
Creates a new container containing the given elements. |
K[] |
createArray(int length)
Helper method to create an array of the appropriate type used by this generator. |
OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> |
getInnerGenerator()
|
Iterable<K> |
order(List<K> insertionOrder)
Returns the iteration ordering of elements, given the order in which they were added to the container. |
SampleElements<K> |
samples()
Returns the sample elements that this generate populates its container with. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DerivedCollectionGenerators.MapKeySetGenerator(OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> mapGenerator)
| Method Detail |
|---|
public SampleElements<K> samples()
TestContainerGenerator
samples in interface TestContainerGenerator<Collection<K>,K>public Set<K> create(Object... elements)
TestContainerGenerator
create in interface TestContainerGenerator<Collection<K>,K>create in interface TestSetGenerator<K>public K[] createArray(int length)
TestContainerGenerator
createArray in interface TestContainerGenerator<Collection<K>,K>public Iterable<K> order(List<K> insertionOrder)
TestContainerGeneratorThis method runs only when CollectionFeature.KNOWN_ORDER
is specified when creating the test suite. It should never run when testing
containers such as HashSet, which have a
non-deterministic iteration order.
order in interface TestContainerGenerator<Collection<K>,K>public OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> getInnerGenerator()
getInnerGenerator in interface DerivedGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||