|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.util.IntTuple
edu.stanford.nlp.util.IntUni
public class IntUni
Just a single integer
Constructor Summary | |
---|---|
IntUni()
|
|
IntUni(int src)
|
Method Summary | |
---|---|
void |
add(int val)
|
IntTuple |
getCopy()
|
int |
getSource()
|
void |
setSource(int src)
|
Methods inherited from class edu.stanford.nlp.util.IntTuple |
---|
compareTo, concat, elems, equals, get, getIntTuple, getIntTuple, hashCode, length, print, set, shiftLeft, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntUni()
public IntUni(int src)
Method Detail |
---|
public int getSource()
public void setSource(int src)
public IntTuple getCopy()
getCopy
in class IntTuple
public void add(int val)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |