Class StiMapUtil
java.lang.Object
com.stimulsoft.report.export.tools.StiMapUtil
Map util
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetByIndex(SortedMap map, int index) Get value inSortedMapby indexstatic intgetIndexOf(SortedMap map, Object value) Get value index inSortedMapstatic voidRemove value inSortedMapby indexstatic voidsetByIndex(SortedMap map, int index, Object value) Put value to map in index
-
Constructor Details
-
StiMapUtil
public StiMapUtil()
-
-
Method Details
-
getIndexOf
Get value index inSortedMap- Parameters:
map-value-- Returns:
- Value index
-
setByIndex
Put value to map in index- Parameters:
map-index-value-
-
removeAt
Remove value inSortedMapby index- Parameters:
map-index-
-
getByIndex
Get value inSortedMapby index- Parameters:
map-index-- Returns:
- Result value
-