net.sf.jpacriteria.tuple
Class Tuple.Triplet<FIRST,SECOND,THIRD>

java.lang.Object
  extended by net.sf.jpacriteria.tuple.Tuple<java.lang.Object>
      extended by net.sf.jpacriteria.tuple.Tuple.Pair<FIRST,SECOND>
          extended by net.sf.jpacriteria.tuple.Tuple.Triplet<FIRST,SECOND,THIRD>
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Tuple<java.lang.Object>>
Enclosing class:
Tuple<T>

public static class Tuple.Triplet<FIRST,SECOND,THIRD>
extends Tuple.Pair<FIRST,SECOND>

Three elements tuple.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jpacriteria.tuple.Tuple
Tuple.Pair<FIRST,SECOND>, Tuple.Triplet<FIRST,SECOND,THIRD>
 
Constructor Summary
  Tuple.Triplet(FIRST first, SECOND second, THIRD third)
           
protected Tuple.Triplet(java.lang.Object... objects)
           
 
Method Summary
 THIRD third()
          Gets third
 
Methods inherited from class net.sf.jpacriteria.tuple.Tuple.Pair
first, second
 
Methods inherited from class net.sf.jpacriteria.tuple.Tuple
asList, compareTo, equals, get, getPair, getTriplet, getTuple, hashCode, set, size, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tuple.Triplet

protected Tuple.Triplet(java.lang.Object... objects)

Tuple.Triplet

public Tuple.Triplet(FIRST first,
                     SECOND second,
                     THIRD third)
Method Detail

third

public THIRD third()
Gets third

Returns:
third


Copyright © 2007. All Rights Reserved.