|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aris.maps.ObjectArrayMapStore
public class ObjectArrayMapStore
Constructor Summary | |
---|---|
ObjectArrayMapStore()
|
Method Summary | |
---|---|
void |
dump(java.lang.String prefix)
Dump the contents of this subtree. |
java.lang.Object |
get(java.lang.Object[] objArray)
Searches for the key and returns the associated value. |
java.util.HashMap |
getStore()
|
java.lang.Object |
put(java.lang.Object[] objArray,
java.lang.Object value)
Puts a key/value in the map. |
java.lang.Object |
remove(java.lang.Object[] objArray)
Removes a key/value from the map. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectArrayMapStore()
Method Detail |
---|
public java.lang.Object put(java.lang.Object[] objArray, java.lang.Object value)
objArray
- The keyvalue
- The value (can be null)
public java.lang.Object remove(java.lang.Object[] objArray)
objArray
- The key
public java.lang.Object get(java.lang.Object[] objArray)
objArray
- The key
public void dump(java.lang.String prefix)
prefix
- A string to use as prefix for the dumppublic java.util.HashMap getStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |