structs
Class Triplet<R,S,T>

java.lang.Object
  extended by structs.Triplet<R,S,T>

public class Triplet<R,S,T>
extends java.lang.Object


Constructor Summary
Triplet(R one, S two, T three)
           
 
Method Summary
 R getFirst()
           
 S getSecond()
           
 T getThird()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triplet

public Triplet(R one,
               S two,
               T three)
Method Detail

getFirst

public R getFirst()

getSecond

public S getSecond()

getThird

public T getThird()