parma_polyhedra_library::Pair< K, V > Class Reference
[Java Language Interface]
A pair of values of type K and V.
More...
List of all members.
|
Public Member Functions |
K | getFirst () |
| Returns the object of type K.
|
V | getSecond () |
| Returns the object of type V.
|
Detailed Description
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.
The documentation for this class was generated from the following file: