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 | |
|
) |
| | |
Member Function Documentation
| boolean cast.core.Pair< First, Second >.equals |
( |
Object |
_obj |
) |
|
Member Data Documentation
| First cast.core.Pair< First, Second >.m_first |
| Second cast.core.Pair< First, Second >.m_second |
The documentation for this class was generated from the following file:
- /Users/nah/Documents/code/cast/src/java/cast/core/Pair.java