|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsg.edu.nus.comp.nlp.ims.util.CPair<F,S>
public class CPair<F,S>
pair template
Field Summary | |
---|---|
protected F |
m_First
|
protected S |
m_Second
|
Constructor Summary | |
---|---|
CPair(F p_First,
S p_Second)
constructor |
Method Summary | |
---|---|
F |
getFirst()
get first value |
S |
getSecond()
get second value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected F m_First
protected S m_Second
Constructor Detail |
---|
public CPair(F p_First, S p_Second)
p_First
- first valuep_Second
- second valueMethod Detail |
---|
public F getFirst()
public S getSecond()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |