edu.rice.cs.util
Class Pair

java.lang.Object
  |
  +--edu.rice.cs.util.Pair

public class Pair
extends Object

A pair.

Version:
$Id: Pair.java,v 1.4 2002/02/08 14:22:22 brianstoler Exp $

Field Summary
(package private)  Object _first
           
(package private)  Object _second
           
 
Constructor Summary
Pair(Object first, Object second)
           
 
Method Summary
 Object getFirst()
           
 Object getSecond()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

_first

Object _first

_second

Object _second
Constructor Detail

Pair

public Pair(Object first,
            Object second)
Method Detail

getFirst

public Object getFirst()

getSecond

public Object getSecond()