Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.util
Class FlexHashtable  view FlexHashtable download FlexHashtable.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.flexstor.common.util.FlexHashtable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class FlexHashtable
extends java.util.Hashtable

This class contains useful methods for retrieving specific objects out of a Hashtable It is our very own extension of java.util.Hashtable


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
FlexHashtable()
           
 
Method Summary
 java.lang.Boolean getBoolean(java.lang.String sKey)
           
 java.util.Date getDate(java.lang.String sKey)
           
 java.lang.Integer getInteger(java.lang.String sKey)
           
 java.lang.Long getLong(java.lang.String sKey)
           
 java.lang.Object getObject(java.lang.String sKey)
           
 java.lang.String getString(java.lang.String sKey)
           
 
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

FlexHashtable

public FlexHashtable()
Method Detail

getBoolean

public java.lang.Boolean getBoolean(java.lang.String sKey)

getString

public java.lang.String getString(java.lang.String sKey)

getDate

public java.util.Date getDate(java.lang.String sKey)

getInteger

public java.lang.Integer getInteger(java.lang.String sKey)

getLong

public java.lang.Long getLong(java.lang.String sKey)

getObject

public java.lang.Object getObject(java.lang.String sKey)