com.tagtraum.sixbs.adapters.util
Class TreeMapAdapt
java.lang.Object
|
+--com.tagtraum.sixbs.AbstractAdapter
|
+--com.tagtraum.sixbs.adapters.util.MapAdapt
|
+--com.tagtraum.sixbs.adapters.util.SortedMapAdapt
|
+--com.tagtraum.sixbs.adapters.util.TreeMapAdapt
- All Implemented Interfaces:
- Adapter
- public class TreeMapAdapt
- extends SortedMapAdapt
Adapter for an TreeMap.
- Version:
- $Id: TreeMapAdapt.java,v 1.1 2001/05/06 14:55:02 Hendrik Exp $
- Author:
- Hendrik Schreiber
|
Method Summary |
Object |
deserialize()
Returns the object that has been initialized from XML by calling the
setter methods of a class implementing this interface. |
vcid
public static String vcid
- Source-Version
TreeMapAdapt
public TreeMapAdapt()
TreeMapAdapt
public TreeMapAdapt(TreeMap map)
deserialize
public Object deserialize()
throws SIXBSException
- Description copied from class:
AbstractAdapter
- Returns the object that has been initialized from XML by calling the
setter methods of a class implementing this interface.
Example:
In ArrayListAdapt this method
returns an initialized ArrayList. The ArrayList
has been initialized by the Adapter, when the
ListAdapt.setList(Object[])
method was called by SIXBSReader.
- Specified by:
deserialize in interface Adapter- Overrides:
deserialize in class MapAdapt
SIXBSException
Copyright © 2001 tagtraum industries.