net.sourceforge.combean.util
Class Pair

Package class diagram package Pair
java.lang.Object
  extended by net.sourceforge.combean.util.Pair

public class Pair
extends Object


Constructor Summary
Pair(Object first, Object second)
          Construct a pair of Objects
 
Method Summary
 Object getFirst()
           
 Object getSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(Object first,
            Object second)
Construct a pair of Objects

Parameters:
first - first object
second - second object
Method Detail

getFirst

public final Object getFirst()
Returns:
Returns the first object.

getSecond

public final Object getSecond()
Returns:
Returns the second object.