|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tagtraum.sixbs.AbstractAdapter
com.tagtraum.sixbs.adapters.util.MapAdapt
com.tagtraum.sixbs.adapters.util.SortedMapAdapt
com.tagtraum.sixbs.adapters.util.TreeMapAdapt
Adapter for a TreeMap.
| Field Summary | |
static java.lang.String |
vcid
Source-Version |
| Constructor Summary | |
TreeMapAdapt()
|
|
TreeMapAdapt(java.util.TreeMap map)
|
|
| Method Summary | |
java.lang.Object |
deserialize()
Returns the object that has been initialized from XML by calling the setter methods of a class implementing this interface. |
| Methods inherited from class com.tagtraum.sixbs.adapters.util.SortedMapAdapt |
getComparator, setComparator |
| Methods inherited from class com.tagtraum.sixbs.adapters.util.MapAdapt |
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 |
public static java.lang.String vcid
| Constructor Detail |
public TreeMapAdapt()
public TreeMapAdapt(java.util.TreeMap map)
| Method Detail |
public java.lang.Object deserialize()
throws SIXBSException
AbstractAdapterExample:
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.
deserialize in interface Adapterdeserialize in class MapAdaptSIXBSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||