com.tagtraum.sixbs.adapters.util
Class HashSetAdapt

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

public class HashSetAdapt
extends SetAdapt

Adapter for a HashSet.

Version:
$Id: HashSetAdapt.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
HashSetAdapt()
           
HashSetAdapt(java.util.HashSet set)
           
 
Methods inherited from class com.tagtraum.sixbs.adapters.util.SetAdapt
deserialize, getSet, setInternalSet, setSet
 
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

HashSetAdapt

public HashSetAdapt()

HashSetAdapt

public HashSetAdapt(java.util.HashSet set)