zeus.util
Class StringHashtable

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byzeus.util.StringHashtable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class StringHashtable
extends java.util.Hashtable

StringHashtable is a very primitive class that allows you to have a hashtable that is keyed on string values rather than string object identities.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
StringHashtable()
           
 
Method Summary
 java.lang.Object getForString(java.lang.String key)
           
 int noElements()
           
 void removeForString(java.lang.String key)
           
 
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, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringHashtable

public StringHashtable()
Method Detail

noElements

public int noElements()

getForString

public java.lang.Object getForString(java.lang.String key)

removeForString

public void removeForString(java.lang.String key)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.