suramadu.util
Class Key

java.lang.Object
  extended bysuramadu.util.Key

public class Key
extends java.lang.Object

The MapKey should be used to create keys for use in Maps, or as a Java for of Enumerated Type.

Version:
$Id: Key.html,v 1.1 2004/09/23 15:35:05 mbi Exp $
Author:
Brian Giovannoni

Constructor Summary
Key()
           
 
Method Summary
 boolean equals(java.lang.Object that)
          Check equality with the given object.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key()
Method Detail

equals

public boolean equals(java.lang.Object that)
Check equality with the given object.

Parameters:
that - Does this == that?

main

public static void main(java.lang.String[] args)