com.adventnet.utilities.xml.sax
Class CaseInsensitiveHashtable

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--com.adventnet.utilities.xml.sax.CaseInsensitiveHashtable

public class CaseInsensitiveHashtable
extends java.util.Hashtable

The get method is overriden to make key getting case insensitive.

See Also:
Serialized Form

Constructor Summary
CaseInsensitiveHashtable()
           
CaseInsensitiveHashtable(int capacity)
           
CaseInsensitiveHashtable(int capacity, float loadFactor)
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, 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

CaseInsensitiveHashtable

public CaseInsensitiveHashtable()

CaseInsensitiveHashtable

public CaseInsensitiveHashtable(int capacity)

CaseInsensitiveHashtable

public CaseInsensitiveHashtable(int capacity,
                                float loadFactor)
Method Detail

get

public java.lang.Object get(java.lang.Object key)
Overrides:
get in class java.util.Hashtable