|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap
net.infonode.util.collection.notifymap.ConstChangeNotifyVectorMap
public class ConstChangeNotifyVectorMap
Constructor Summary | |
---|---|
ConstChangeNotifyVectorMap()
|
Method Summary | |
---|---|
void |
addMap(ConstChangeNotifyMap map)
|
void |
addMap(int index,
ConstChangeNotifyMap 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. |
protected void |
firstListenerAdded()
|
java.lang.Object |
get(java.lang.Object key)
Returns the value associated with the key. |
ConstChangeNotifyMap |
getMap(int index)
|
int |
getMapCount()
|
int |
getMapIndex(ConstMap map)
|
boolean |
isEmpty()
Returns true if this collection is empty. |
protected void |
lastListenerRemoved()
|
void |
removeMap(int index)
|
Methods inherited from class net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap |
---|
fireEntriesChanged, fireEntryChanged, fireEntryRemoved, getChangeSignal, getChangeSignalInternal, listenerAdded, listenerRemoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstChangeNotifyVectorMap()
Method Detail |
---|
protected void firstListenerAdded()
firstListenerAdded
in class AbstractConstChangeNotifyMap
protected void lastListenerRemoved()
lastListenerRemoved
in class AbstractConstChangeNotifyMap
public int getMapIndex(ConstMap map)
public void addMap(ConstChangeNotifyMap map)
public void addMap(int index, ConstChangeNotifyMap map)
public int getMapCount()
public void removeMap(int index)
public java.lang.Object get(java.lang.Object key)
ConstMap
key
- the key
public boolean containsKey(java.lang.Object key)
ConstMap
key
- the key
public boolean containsValue(java.lang.Object value)
ConstMap
value
- the value
public boolean isEmpty()
ConstCollection
public ConstChangeNotifyMap getMap(int index)
public ConstMapIterator constIterator()
ConstMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |