org.apache.commons.collections.bidimap
public abstract class AbstractTestBidiMap extends AbstractTestMap
| Nested Class Summary | |
|---|---|
| class | AbstractTestBidiMap.TestBidiMapEntrySet |
| class | AbstractTestBidiMap.TestBidiMapIterator |
| class | AbstractTestBidiMap.TestInverseBidiMap |
| Field Summary | |
|---|---|
| protected Object[][] | entries |
| Constructor Summary | |
|---|---|
| AbstractTestBidiMap(String testName) | |
| AbstractTestBidiMap() | |
| Method Summary | |
|---|---|
| BulkTest | bulkTestBidiMapIterator() |
| BulkTest | bulkTestInverseMap() |
| BulkTest | bulkTestMapEntrySet() |
| String | getCompatibilityVersion()
Override as DualHashBidiMap didn't exist until version 3. |
| boolean | isAllowDuplicateValues()
Override to indicate to AbstractTestMap this is a BidiMap. |
| abstract BidiMap | makeEmptyBidiMap()
Implement to create an empty BidiMap.
|
| Map | makeEmptyMap()
Override to return the empty BidiMap. |
| BidiMap | makeFullBidiMap()
Override to create a full BidiMap other than the default.
|
| void | testBidiClear() |
| void | testBidiGetKey() |
| void | testBidiGetKeyInverse() |
| void | testBidiInverse() |
| void | testBidiKeySetValuesOrder() |
| void | testBidiMapIteratorSet() |
| void | testBidiModifyEntrySet() |
| void | testBidiPut() |
| void | testBidiRemove() |
| void | testBidiRemoveByEntrySet() |
| void | testBidiRemoveByKeySet() |
| void | verify()
Verifies that AbstractTestBidiMap is still equal to AbstractTestBidiMap.
|
| void | verifyInverse() |
BidiMap.
Returns: an empty BidiMap implementation.
BidiMap other than the default.
Returns: a full BidiMap implementation.
This implementation checks the inverse map as well.