net.sourceforge.combean.util
Class Pair
java.lang.Object
net.sourceforge.combean.util.Pair
public class Pair
- extends Object
Constructor Summary |
Pair(Object first,
Object second)
Construct a pair of Objects |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pair
public Pair(Object first,
Object second)
- Construct a pair of Objects
- Parameters:
first
- first objectsecond
- second object
getFirst
public final Object getFirst()
- Returns:
- Returns the first object.
getSecond
public final Object getSecond()
- Returns:
- Returns the second object.