Package org.optaplanner.core.impl.util
Interface Triple<A,B,C>
- Type Parameters:
A
-B
-C
-
- All Known Subinterfaces:
MutableTriple<A,
B, C>
public interface Triple<A,B,C>
An immutable tuple of three values.
Two instances
are equal
if all three values in the first instance
are equal to their counterpart in the other instance.-
Method Summary