fulmine.util.reference
Class TriValue<FIRST,SECOND,THIRD>
java.lang.Object
fulmine.util.reference.DualValue<FIRST,SECOND>
fulmine.util.reference.TriValue<FIRST,SECOND,THIRD>
- Type Parameters:
FIRST
- the first typeSECOND
- the second typeTHIRD
- the third type
- Direct Known Subclasses:
- QuadValue
public class TriValue<FIRST,SECOND,THIRD>
- extends DualValue<FIRST,SECOND>
Type safe object for holding 3 objects.
- Author:
- Ramon Servadei
Method Summary |
THIRD |
getThird()
Get the third object from the constructor |
TriValue
public TriValue(FIRST first,
SECOND second,
THIRD third)
TriValue
protected TriValue(Values values)
getThird
public THIRD getThird()
- Get the third object from the constructor
- Returns:
- the third object this was constructed with
Copyright © 2007-2009. All Rights Reserved.