Uses of Interface
org.optaplanner.core.impl.util.Triple
-
Packages that use Triple Package Description org.optaplanner.core.impl.util -
-
Uses of Triple in org.optaplanner.core.impl.util
Subinterfaces of Triple in org.optaplanner.core.impl.util Modifier and Type Interface Description interface
MutableTriple<A,B,C>
A mutable tuple of three values.Methods in org.optaplanner.core.impl.util that return Triple Modifier and Type Method Description static <A,B,C>
Triple<A,B,C>Triple. of(A a, B b, C c)
-