cast.core.Pair< First, Second > Class Reference

List of all members.

Public Member Functions

 Pair (First _a, Second _b)
boolean equals (Object _obj)

Public Attributes

First m_first
Second m_second


Detailed Description

Arbitrary pair of things, useful for temporary storage of related things.

Author:
nah

Definition at line 13 of file Pair.java.


Constructor & Destructor Documentation

cast.core.Pair< First, Second >.Pair ( First  _a,
Second  _b 
)

Definition at line 19 of file Pair.java.


Member Function Documentation

boolean cast.core.Pair< First, Second >.equals ( Object  _obj  ) 

Definition at line 25 of file Pair.java.


Member Data Documentation

First cast.core.Pair< First, Second >.m_first

Definition at line 15 of file Pair.java.

Second cast.core.Pair< First, Second >.m_second

Definition at line 17 of file Pair.java.


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

Generated on Mon Jun 13 15:55:47 2011 for CAST Java by  doxygen 1.5.8