PPL Java Language Interface  1.2
parma_polyhedra_library.Pair< K, V > Class Template Reference

A pair of values of type K and V. More...

Public Member Functions

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

Static Private Member Functions

static native void initIDs ()
 

Private Attributes

first
 Stores an object of type K. More...
 
second
 Stores an object of type V. More...
 

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

K parma_polyhedra_library.Pair< K, V >.getFirst ( )
inline

Returns the object of type K.

Definition at line 39 of file Pair.java.

References parma_polyhedra_library.Pair< K, V >.first.

V parma_polyhedra_library.Pair< K, V >.getSecond ( )
inline

Returns the object of type V.

Definition at line 44 of file Pair.java.

References parma_polyhedra_library.Pair< K, V >.second.

static native void parma_polyhedra_library.Pair< K, V >.initIDs ( )
staticprivate

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.

Referenced by parma_polyhedra_library.Pair< K, V >.getFirst().

V parma_polyhedra_library.Pair< K, V >.second
private

Stores an object of type V.

Definition at line 36 of file Pair.java.

Referenced by parma_polyhedra_library.Pair< K, V >.getSecond().


The documentation for this class was generated from the following file: