- java.lang.Object
- 
- aeonics.util.Tuples.Quadruple<A,B,C,D>
 
- 
- Type Parameters:
- A- the first value type
- B- the second value type
- C- the third value type
- D- the fourth value type
 - Enclosing class:
- Tuples
 
 public static class Tuples.Quadruple<A,B,C,D> extends java.lang.ObjectA wrapper for four values
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static <W,X,Y,Z>
 Tuples.Quadruple<W,X,Y,Z>of(W a, X b, Y c, Z d)Creates a new four-value wrapper
 
- 
- 
- 
Method Detail- 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
ofpublic static <W,X,Y,Z> Tuples.Quadruple<W,X,Y,Z> of(W a, X b, Y c, Z d) Creates a new four-value wrapper- Type Parameters:
- W- the first value type
- X- the second value type
- Y- the third value type
- Z- the fourth value type
- Parameters:
- a- the first value
- b- the second value
- c- the third value
- d- the fourth value
- Returns:
- a new four-value wrapper
 
 
- 
 
-