Uses of Interface
ai.timefold.solver.core.impl.util.Triple
-
Packages that use Triple Package Description ai.timefold.solver.core.impl.util -
-
Uses of Triple in ai.timefold.solver.core.impl.util
Subinterfaces of Triple in ai.timefold.solver.core.impl.util Modifier and Type Interface Description interfaceMutableTriple<A,B,C>A mutable tuple of three values.Methods in ai.timefold.solver.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)
-