public class ConstVectorMap extends java.lang.Object implements ConstMap
| Constructor and Description |
|---|
ConstVectorMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMap(ConstMap map) |
void |
addMap(int index,
ConstMap map) |
ConstMapIterator |
constIterator()
Returns an iterator for this map.
|
boolean |
containsKey(java.lang.Object key)
Returns true if this map contains the key.
|
boolean |
containsValue(java.lang.Object value)
Returns true if this map contains the value.
|
java.lang.Object |
get(java.lang.Object key)
Returns the value associated with the key.
|
ConstMap |
getMap(int index) |
int |
getMapCount() |
int |
getMapIndex(ConstMap map) |
boolean |
isEmpty()
Returns true if this collection is empty.
|
ConstMap |
removeMap(int index) |
public void addMap(ConstMap map)
public void addMap(int index,
ConstMap map)
public int getMapCount()
public ConstMap removeMap(int index)
public java.lang.Object get(java.lang.Object key)
ConstMappublic boolean containsKey(java.lang.Object key)
ConstMapcontainsKey in interface ConstMapkey - the keypublic boolean containsValue(java.lang.Object value)
ConstMapcontainsValue in interface ConstMapvalue - the valuepublic boolean isEmpty()
ConstCollectionisEmpty in interface ConstCollectionpublic ConstMap getMap(int index)
public int getMapIndex(ConstMap map)
public ConstMapIterator constIterator()
ConstMapconstIterator in interface ConstMap