uk.ac.ebi.intact.application.goDensity.business.data
Class MyHashtable

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--uk.ac.ebi.intact.application.goDensity.business.data.MyHashtable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class MyHashtable
extends java.util.Hashtable

Subclassing Hashtable to provide a more elegant toString - that's all ;-)

Version:
$Id: MyHashtable.java,v 1.1 2003/09/02 15:08:32 markusbrosch Exp $
Author:
Markus Brosch (markus @ brosch.cc)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
MyHashtable()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyHashtable

public MyHashtable()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Hashtable


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk