Class FormatableHashtable

java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
org.apache.derby.iapi.services.io.FormatableHashtable
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Map<Object,Object>, Formatable, TypedFormat

public class FormatableHashtable extends Hashtable<Object,Object> implements Formatable
A formatable holder for a java.util.Hashtable. Used to avoid serializing Properties.
See Also: