|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.ihmc.utilities.Tuple<T,V,W>
public class Tuple<T,V,W>
Constructor Summary | |
---|---|
Tuple(T first,
V second,
W third)
|
Method Summary | |
---|---|
T |
first()
|
V |
second()
|
W |
third()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tuple(T first, V second, W third)
Method Detail |
---|
public T first()
public V second()
public W third()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |