PPL Java Language Interface
1.2
|
A pair of values of type K and V. More...
Public Member Functions | |
K | getFirst () |
Returns the object of type K. More... | |
V | getSecond () |
Returns the object of type V. More... | |
Static Private Member Functions | |
static native void | initIDs () |
Private Attributes | |
K | first |
Stores an object of type K. More... | |
V | second |
Stores an object of type V. More... | |
A pair of values of type K and V.
An object of this class holds an ordered pair of values of type K and V.
|
inline |
Returns the object of type K.
Definition at line 39 of file Pair.java.
References parma_polyhedra_library.Pair< K, V >.first.
|
inline |
Returns the object of type V.
Definition at line 44 of file Pair.java.
References parma_polyhedra_library.Pair< K, V >.second.
|
staticprivate |
|
private |
Stores an object of type K.
Definition at line 33 of file Pair.java.
Referenced by parma_polyhedra_library.Pair< K, V >.getFirst().
|
private |
Stores an object of type V.
Definition at line 36 of file Pair.java.
Referenced by parma_polyhedra_library.Pair< K, V >.getSecond().