JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
ai.timefold.solver.examples.common.util
Interface Pair<A,
B>
public interface
Pair<A,
B>
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
A
getKey
()
B
getValue
()
static <A,
B>
Pair
<A,
B>
of
(A key, B value)
Method Details
of
static
<A,
B>
Pair
<A,
B>
of
(A key, B value)
getKey
A
getKey
()
getValue
B
getValue
()