us.ihmc.utilities
Class Tuple<T,V,W>

java.lang.Object
  extended by us.ihmc.utilities.Tuple<T,V,W>

public class Tuple<T,V,W>
extends java.lang.Object


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

Tuple

public Tuple(T first,
             V second,
             W third)
Method Detail

first

public T first()

second

public V second()

third

public W third()