org.ejen
Class EjenContext

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.ejen.EjenContext
All Implemented Interfaces:
Cloneable, Map, Serializable

public class EjenContext
extends Hashtable

Ejen context class (just an Hashtable).

Version:
1.0
Author:
F. Wolff
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
EjenContext()
          Constructor (empty).
EjenContext(EjenContext ejenContext)
          Constructs a new EjenContext with the same mappings as the given EjenContext.
 
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

EjenContext

public EjenContext()
Constructor (empty).


EjenContext

public EjenContext(EjenContext ejenContext)
Constructs a new EjenContext with the same mappings as the given EjenContext.

Parameters:
ejenContext - the EjenContext whose mappings are to be placed in this EjenContext.