|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mymedialite.datatype.Triple<T,U,V>
public class Triple<T,U,V>
Generic triple class.
Field Summary | |
---|---|
T |
first
the first component. |
U |
second
the second component. |
V |
third
the third component. |
Constructor Summary | |
---|---|
Triple()
Default constructor. |
|
Triple(T first,
U second,
V third)
Create a Triple object from existing data. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public T first
public U second
public V third
Constructor Detail |
---|
public Triple()
public Triple(T first, U second, V third)
first
- the first componentsecond
- the second componentthird
- the third component
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |