All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <K1,V2> V2 |
arrayWrite(IMap<K1,V2> this1,
K1 k,
V2 v) |
static <K1,V2> boolean |
exists(IMap<K1,V2> this1,
K1 key) |
static <V> IntMap<V> |
fromIntMap(IntMap<V> map) |
static <K,V> ObjectMap<K,V> |
fromObjectMap(ObjectMap<K,V> map) |
static <V> StringMap<V> |
fromStringMap(StringMap<V> map) |
static <K1,V2> java.lang.Object |
get(IMap<K1,V2> this1,
K1 key) |
static <K1,V2> java.lang.Object |
iterator(IMap<K1,V2> this1) |
static <K1,V2> java.lang.Object |
keys(IMap<K1,V2> this1) |
static <K1,V2> boolean |
remove(IMap<K1,V2> this1,
K1 key) |
static <K1,V2> void |
set(IMap<K1,V2> this1,
K1 key,
V2 value) |
static <K,V,K1,V2> EnumValueMap<K,V> |
toEnumValueMapMap(IMap<K,V> t) |
static <K,V,K1,V2> IntMap<V> |
toIntMap(IMap<K,V> t) |
static <K,V,K1,V2> ObjectMap<K,V> |
toObjectMap(IMap<K,V> t) |
static <K1,V2> java.lang.String |
toString(IMap<K1,V2> this1) |
static <K,V,K1,V2> StringMap<V> |
toStringMap(IMap<K,V> t) |