Uses of Interface
org.optaplanner.examples.common.util.Pair
-
Packages that use Pair Package Description org.optaplanner.examples.common.util org.optaplanner.examples.nurserostering.persistence -
-
Uses of Pair in org.optaplanner.examples.common.util
Methods in org.optaplanner.examples.common.util that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. of(A key, B value) -
Uses of Pair in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type Pair Modifier and Type Field Description protected Map<Pair<LocalDate,String>,Shift>NurseRosteringImporter.NurseRosteringInputBuilder. dateAndShiftTypeToShiftMapprotected Map<Pair<DayOfWeek,ShiftType>,List<Shift>>NurseRosteringImporter.NurseRosteringInputBuilder. dayOfWeekAndShiftTypeToShiftListMap
-