org.ccnx.ccn.impl.support.Tuple< A, B > Class Reference
Utility class to represent pairs of objects, most commonly as return values from methods.
More...
List of all members.
|
Public Member Functions |
| Tuple (A first, B second) |
A | first () |
B | second () |
void | setFirst (A first) |
void | setSecond (B second) |
int | hashCode () |
boolean | equals (Object obj) |
Package Attributes |
A | _first |
B | _second |
Detailed Description
Utility class to represent pairs of objects, most commonly as return values from methods.
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/impl/support/Tuple.java