net.infonode.util.collection.map
public class ConstVectorMap extends Object implements ConstMap
Method Summary | |
---|---|
void | addMap(ConstMap map) |
void | addMap(int index, ConstMap map) |
ConstMapIterator | constIterator() |
boolean | containsKey(Object key) |
boolean | containsValue(Object value) |
Object | get(Object key) |
ConstMap | getMap(int index) |
int | getMapCount() |
int | getMapIndex(ConstMap map) |
boolean | isEmpty() |
ConstMap | removeMap(int index) |