|
PPL Configured Java Language Interface
0.12.1
|
A pair of values of type K and V. More...
Public Member Functions | |
| K | getFirst () |
| Returns the object of type K. | |
| V | getSecond () |
| Returns the object of type V. | |
Static Private Member Functions | |
| static native void | initIDs () |
Private Attributes | |
| K | first |
| Stores an object of type K. | |
| V | second |
| Stores an object of type V. | |
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 |
|
inline |
|
staticprivate |
|
private |
|
private |