|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.lth.cs.nlp.nlputils.core.Triple<T1,T2,T3>
public class Triple<T1,T2,T3>
A triple consisting of three elements.
Field Summary | |
---|---|
T1 |
first
|
T2 |
second
|
T3 |
third
|
Constructor Summary | |
---|---|
Triple(T1 first,
T2 second,
T3 third)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public T1 first
public T2 second
public T3 third
Constructor Detail |
---|
public Triple(T1 first, T2 second, T3 third)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |