de.jcon.jproject.wrapper
Class WrapperImpl

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--de.jcon.jproject.wrapper.AbstractDataWrapper
                    |
                    +--de.jcon.jproject.wrapper.WrapperImpl
All Implemented Interfaces:
java.lang.Cloneable, DataWrapper, java.util.Map, java.io.Serializable

public class WrapperImpl
extends AbstractDataWrapper

DOCUMENT ME!

Version:
$Revision: 1.8 $ / $Date: 2004/03/21 17:56:35 $
Author:
Oliver Gries
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
WrapperImpl()
           
 
Methods inherited from class de.jcon.jproject.wrapper.AbstractDataWrapper
get, getAsBoolean, getAsDouble, getAsInt, getAsLong, getMap, mapAllVariables, put, put, putAll, variables
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.jcon.jproject.wrapper.DataWrapper
clear, containsKey, remove
 

Constructor Detail

WrapperImpl

public WrapperImpl()