de.twenty11.skysail.common
Class MapData
java.lang.Object
de.twenty11.skysail.common.MapData
- All Implemented Interfaces:
- SkysailData, Serializable
public class MapData
- extends Object
- implements SkysailData
A map-like data structure implementing the interface SkysailData.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapData
public MapData()
getType
public String getType()
getSize
public int getSize()
- Specified by:
getSize in interface SkysailData
- Returns:
- the number of data elements in this data structure
put
public void put(String key,
String value)
getValue
public String getValue(String key)
getDictionary
public Map<String,String> getDictionary()
toJson
public String toJson()
Copyright © 2011-2012. All Rights Reserved.