|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator<K,V>
public static class DerivedGoogleCollectionGenerators.InverseBiMapGenerator<K,V>
| Constructor Summary | |
|---|---|
DerivedGoogleCollectionGenerators.InverseBiMapGenerator(OneSizeTestContainerGenerator<com.google.common.collect.BiMap<K,V>,Map.Entry<K,V>> oneSizeTestContainerGenerator)
|
|
| Method Summary | |
|---|---|
com.google.common.collect.BiMap<V,K> |
create(Object... elements)
Creates a new container containing the given elements. |
Map.Entry<V,K>[] |
createArray(int length)
Helper method to create an array of the appropriate type used by this generator. |
V[] |
createKeyArray(int length)
|
K[] |
createValueArray(int length)
|
TestSubjectGenerator<?> |
getInnerGenerator()
|
Iterable<Map.Entry<V,K>> |
order(List<Map.Entry<V,K>> insertionOrder)
Returns the iteration ordering of elements, given the order in which they were added to the container. |
SampleElements<Map.Entry<V,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 DerivedGoogleCollectionGenerators.InverseBiMapGenerator(OneSizeTestContainerGenerator<com.google.common.collect.BiMap<K,V>,Map.Entry<K,V>> oneSizeTestContainerGenerator)
| Method Detail |
|---|
public SampleElements<Map.Entry<V,K>> samples()
TestContainerGenerator
samples in interface TestContainerGenerator<com.google.common.collect.BiMap<V,K>,Map.Entry<V,K>>public com.google.common.collect.BiMap<V,K> create(Object... elements)
TestContainerGenerator
create in interface TestContainerGenerator<com.google.common.collect.BiMap<V,K>,Map.Entry<V,K>>public Map.Entry<V,K>[] createArray(int length)
TestContainerGenerator
createArray in interface TestContainerGenerator<com.google.common.collect.BiMap<V,K>,Map.Entry<V,K>>public Iterable<Map.Entry<V,K>> order(List<Map.Entry<V,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<com.google.common.collect.BiMap<V,K>,Map.Entry<V,K>>public V[] createKeyArray(int length)
createKeyArray in interface TestBiMapGenerator<V,K>public K[] createValueArray(int length)
createValueArray in interface TestBiMapGenerator<V,K>public TestSubjectGenerator<?> getInnerGenerator()
getInnerGenerator in interface DerivedGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||