|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.tools.StiMapUtil
public class StiMapUtil
Map util Copyright Stimulsoft
Constructor Summary | |
---|---|
StiMapUtil()
|
Method Summary | |
---|---|
static java.lang.Object |
getByIndex(java.util.SortedMap map,
int index)
Get value in SortedMap by index |
static int |
getIndexOf(java.util.SortedMap map,
java.lang.Object value)
Get value index in SortedMap |
static void |
removeAt(java.util.SortedMap map,
int index)
Remove value in SortedMap by index |
static void |
setByIndex(java.util.SortedMap map,
int index,
java.lang.Object value)
Put value to map in index |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiMapUtil()
Method Detail |
---|
public static int getIndexOf(java.util.SortedMap map, java.lang.Object value)
SortedMap
map
- value
-
public static void setByIndex(java.util.SortedMap map, int index, java.lang.Object value)
map
- index
- value
- public static void removeAt(java.util.SortedMap map, int index)
SortedMap
by index
map
- index
- public static java.lang.Object getByIndex(java.util.SortedMap map, int index)
SortedMap
by index
map
- index
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |