|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
edu.stanford.nlp.util.ArrayMap
ArrayMap: A map that is backed by an Array
Field Summary | |
protected int |
hashCodeCache
|
Method Summary | |
Set |
entrySet()
|
boolean |
equals(Object o)
|
Object |
get(Object key)
|
int |
hashCode()
|
boolean |
isEmpty()
|
Object |
put(Object key,
Object val)
|
Object |
remove(Object key)
|
int |
size()
|
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, keySet, putAll, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int hashCodeCache
Method Detail |
public Set entrySet()
public int size()
public boolean isEmpty()
public Object put(Object key, Object val)
public Object get(Object key)
public Object remove(Object key)
public int hashCode()
public boolean equals(Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |