com.tagtraum.sixbs.adapters.util
Class HashMapAdapt

java.lang.Object
  extended bycom.tagtraum.sixbs.AbstractAdapter
      extended bycom.tagtraum.sixbs.adapters.util.MapAdapt
          extended bycom.tagtraum.sixbs.adapters.util.HashMapAdapt
All Implemented Interfaces:
Adapter

public class HashMapAdapt
extends MapAdapt

Adapter for a HashMap.

Version:
$Id: HashMapAdapt.java,v 1.1 2001/05/06 14:55:02 Hendrik Exp $
Author:
Hendrik Schreiber

Field Summary
static java.lang.String vcid
          Source-Version
 
Constructor Summary
HashMapAdapt()
           
HashMapAdapt(java.util.HashMap map)
           
 
Methods inherited from class com.tagtraum.sixbs.adapters.util.MapAdapt
deserialize, getMapEntries, setInternalMap, setMapEntries
 
Methods inherited from class com.tagtraum.sixbs.AbstractAdapter
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vcid

public static java.lang.String vcid
Source-Version

Constructor Detail

HashMapAdapt

public HashMapAdapt()

HashMapAdapt

public HashMapAdapt(java.util.HashMap map)