Package org.optaplanner.core.impl.util
Interface Quadruple<A,B,C,D>
- 
- Type Parameters:
 A-B-C-D-
- All Known Subinterfaces:
 MutableQuadruple<A,B,C,D>
public interface Quadruple<A,B,C,D>An immutable tuple of four values. Two instancesare equalif all four values in the first instance are equal to their counterpart in the other instance. 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AgetA()BgetB()CgetC()DgetD()static <A,B,C,D>
Quadruple<A,B,C,D>of(A a, B b, C c, D d) 
 -