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.
|
Static Package Functions |
| | [static initializer] |
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.
|
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.
Definition at line 30 of file Pair.java.
Member Function Documentation
| parma_polyhedra_library::Pair< K, V >::[static initializer] |
( |
|
) |
[inline, static, package] |
| K parma_polyhedra_library::Pair< K, V >::getFirst |
( |
|
) |
[inline] |
Returns the object of type K.
Definition at line 39 of file Pair.java.
| V parma_polyhedra_library::Pair< K, V >::getSecond |
( |
|
) |
[inline] |
Returns the object of type V.
Definition at line 44 of file Pair.java.
| static native void parma_polyhedra_library::Pair< K, V >::initIDs |
( |
|
) |
[static, private] |
Member Data Documentation
K parma_polyhedra_library::Pair< K, V >::first [private] |
Stores an object of type K.
Definition at line 33 of file Pair.java.
V parma_polyhedra_library::Pair< K, V >::second [private] |
Stores an object of type V.
Definition at line 36 of file Pair.java.
The documentation for this class was generated from the following file: