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