|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.jcas.impl.JCasHashMap
public class JCasHashMap
Special space-saving table that maps between CAS addr and JCas cover objects. Assumptions: Each addr has a corresponding JCas; it is not permitted to "update" an addr with a different JCas cover class (unless the table is cleared first). Table always a power of 2 in size - permits faster hashing
Method Summary | |
---|---|
void |
clear()
|
FeatureStructureImpl |
get(int key)
|
void |
put(FeatureStructureImpl value)
|
void |
showHistogram()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void clear()
public FeatureStructureImpl get(int key)
public void put(FeatureStructureImpl value)
public int size()
public void showHistogram()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |