⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.collections.bidimap

Class DualTreeBidiMap.ViewMap

java.lang.Object
|
+--org.apache.commons.collections.map.AbstractMapDecorator
   |
   +--org.apache.commons.collections.map.AbstractSortedMapDecorator
      |
      +--org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
Enclosing Class:


protected static class DualTreeBidiMap.ViewMap
extends
AbstractSortedMapDecorator

Internal sorted map view.

Constructor Summary

ViewMap(DualTreeBidiMap bidi, SortedMap sm)

Method Summary

void

clear()

boolean

containsValue(Object value)

SortedMap

headMap(Object toKey)

SortedMap

subMap(Object fromKey, Object toKey)

SortedMap

tailMap(Object fromKey)

Constructor Details

ViewMap

protected ViewMap(DualTreeBidiMap bidi, SortedMap sm)

Parameters:
bidi
sm

Method Details

clear

public void clear()


containsValue

public boolean containsValue(Object value)

Parameters:
value

headMap

public SortedMap headMap(Object toKey)

Parameters:
toKey

subMap

public SortedMap subMap(Object fromKey, Object toKey)

Parameters:
fromKey
toKey

tailMap

public SortedMap tailMap(Object fromKey)

Parameters:
fromKey