marf.util
Class OptionProcessor.OptionsHashtable

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by marf.util.OptionProcessor.OptionsHashtable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
Enclosing class:
OptionProcessor

protected class OptionProcessor.OptionsHashtable
extends java.util.Hashtable

A hashtable designed for to hold options. TODO: when we drop support for JDK1.4, this should be typechecked for Option type only.

Since:
0.3.0.3
Author:
Serguei Mokhov
See Also:
OptionProcessor.Option, Serialized Form

Field Summary
private static long serialVersionUID
          For serialization versioning.
 
Constructor Summary
OptionProcessor.OptionsHashtable()
          Merely calls the parent's constructor.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
For serialization versioning. When adding new members or make other structural changes regenerate this number with the serialver tool that comes with JDK.

Since:
0.3.0.4
See Also:
Constant Field Values
Constructor Detail

OptionProcessor.OptionsHashtable

public OptionProcessor.OptionsHashtable()
Merely calls the parent's constructor.



SourceForge Logo