public class StiMapUtil
extends java.lang.Object
| Constructor and Description |
|---|
StiMapUtil() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static int getIndexOf(java.util.SortedMap map,
java.lang.Object value)
SortedMapmap - 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 indexmap - index - public static java.lang.Object getByIndex(java.util.SortedMap map,
int index)
SortedMap by indexmap - index - Copyright © 2019 Stimulsoft. All Rights Reserved.