All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class harpoon.Util.Tuple

java.lang.Object
   |
   +----harpoon.Util.Tuple

public class Tuple
extends Object
A Tuple is an ordered list of objects that works properly in Hashtables & etc.

Version:
$Id: Tuple.java,v 1.2 1998/10/11 02:37:59 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Index

 o Tuple(Object[])
Creates a Tuple.

Method Index

 o equals(Object)
 o hashCode()

Constructors

 o Tuple
 public Tuple(Object elements[])
Creates a Tuple.

Methods

 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index