org.apache.commons.collections.bidimap
protected static class DualTreeBidiMap.ViewMap extends AbstractSortedMapDecorator
| Constructor Summary | |
|---|---|
| protected | ViewMap(DualTreeBidiMap bidi, SortedMap sm)
Constructor. |
| Method Summary | |
|---|---|
| void | clear() |
| boolean | containsValue(Object value) |
| SortedMap | headMap(Object toKey) |
| SortedMap | subMap(Object fromKey, Object toKey) |
| SortedMap | tailMap(Object fromKey) |
Parameters: bidi the parent bidi map sm the subMap sorted map