us.ihmc.utilities
Class Pair<T,V>

java.lang.Object
  extended by us.ihmc.utilities.Pair<T,V>
Direct Known Subclasses:
Pose, Ray3d

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


Constructor Summary
Pair(T first, V second)
           
 
Method Summary
 T first()
           
 V second()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(T first,
            V second)
Method Detail

first

public T first()

second

public V second()