PPL Configured Java Language Interface  0.12.1
parma_polyhedra_library.Pair< K, V > Class Reference

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 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

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 ( )
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.

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: