|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.grmm.util.CSIntInt2ObjectMultiMap
public class CSIntInt2ObjectMultiMap
A map that maps (int, int) --> object, where each (int,int) key is allowed to map to multiple objects. Created: Dec 14, 2005
Constructor Summary | |
---|---|
CSIntInt2ObjectMultiMap()
|
Method Summary | |
---|---|
void |
add(int key1,
int key2,
java.lang.Object value)
|
void |
clear()
|
java.util.List |
get(int key1,
int key2)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSIntInt2ObjectMultiMap()
Method Detail |
---|
public void add(int key1, int key2, java.lang.Object value)
public java.util.List get(int key1, int key2)
public int size()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |