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

getFirst ()
 Returns the object of type K.
getSecond ()
 Returns the object of type V.

Static Package Functions

 [static initializer]

Static Private Member Functions

static native void initIDs ()

Private Attributes

first
 Stores an object of type K.
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:
Generated on Sun Feb 27 16:35:28 2011 for PPL Configured Java Language Interface by  doxygen 1.6.3