|
|||||||||
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.IntQuadruple
public class IntQuadruple
Constructor Summary | |
---|---|
IntQuadruple()
|
|
IntQuadruple(int src,
int mid,
int trgt,
int trgt2)
|
Method Summary | |
---|---|
IntTuple |
getCopy()
|
int |
getMiddle()
|
int |
getSource()
|
int |
getTarget()
|
int |
getTarget2()
|
int |
hashCode()
|
Methods inherited from class edu.stanford.nlp.util.IntTuple |
---|
concat, elems, equals, get, getIntTuple, getIntTuple, length, print, set, shiftLeft, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntQuadruple()
public IntQuadruple(int src, int mid, int trgt, int trgt2)
Method Detail |
---|
public IntTuple getCopy()
getCopy
in class IntTuple
public int getSource()
public int getTarget()
public int getTarget2()
public int getMiddle()
public int hashCode()
hashCode
in class IntTuple
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |