Package io.keikai.ui.impl
Class StringAggregation
- java.lang.Object
-
- io.keikai.ui.impl.StringAggregation
-
- All Implemented Interfaces:
Serializable
,org.zkoss.json.JSONAware
public class StringAggregation extends Object implements Serializable, org.zkoss.json.JSONAware
- Author:
- sam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringAggregation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
add(String value)
Add string to aggregationLinkedHashMap
getValues()
Internal used onlyString
toJSONString()
-
-
-
Method Detail
-
add
public int add(String value)
Add string to aggregation- Returns:
- int the index of the string in aggregation
-
toJSONString
public String toJSONString()
- Specified by:
toJSONString
in interfaceorg.zkoss.json.JSONAware
-
getValues
public LinkedHashMap getValues()
Internal used only- Returns:
- values
- Since:
- 6.0.0
-
-