org.apache.commons.collections.bidimap

Class DualTreeBidiMap.ViewMap

protected static class DualTreeBidiMap.ViewMap extends AbstractSortedMapDecorator

Internal sorted map view.
Constructor Summary
protected ViewMap(DualTreeBidiMap bidi, SortedMap sm)
Constructor.
Method Summary
voidclear()
booleancontainsValue(Object value)
SortedMapheadMap(Object toKey)
SortedMapsubMap(Object fromKey, Object toKey)
SortedMaptailMap(Object fromKey)

Constructor Detail

ViewMap

protected ViewMap(DualTreeBidiMap bidi, SortedMap sm)
Constructor.

Parameters: bidi the parent bidi map sm the subMap sorted map

Method Detail

clear

public void clear()

containsValue

public boolean containsValue(Object value)

headMap

public SortedMap headMap(Object toKey)

subMap

public SortedMap subMap(Object fromKey, Object toKey)

tailMap

public SortedMap tailMap(Object fromKey)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.