ostore.util
Class Triple

java.lang.Object
  |
  +--ostore.util.Triple

public class Triple
extends Object

A tuple with 3 elements.


Constructor Summary
Triple(Object first, Object second, Object third)
           
 
Method Summary
 Object first()
           
 Object second()
           
 Object third()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triple

public Triple(Object first,
              Object second,
              Object third)
Method Detail

first

public Object first()

second

public Object second()

third

public Object third()