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