All Methods Static Methods Concrete Methods
限定符和类型 |
方法和说明 |
static <K,V> V |
arrayWrite(IMap<K,V> this1,
K k,
V v) |
static <K,V> boolean |
exists(IMap<K,V> this1,
K 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 <K,V> java.lang.Object |
get(IMap<K,V> this1,
K key) |
static <K,V> java.lang.Object |
iterator(IMap<K,V> this1) |
static <K,V> java.lang.Object |
keys(IMap<K,V> this1) |
static <K,V> boolean |
remove(IMap<K,V> this1,
K key) |
static <K,V> void |
set(IMap<K,V> this1,
K key,
V value) |
static <K,V> EnumValueMap<K,V> |
toEnumValueMapMap(IMap<K,V> t) |
static <K,V> IntMap<V> |
toIntMap(IMap<K,V> t) |
static <K,V> ObjectMap<K,V> |
toObjectMap(IMap<K,V> t) |
static <K,V> java.lang.String |
toString(IMap<K,V> this1) |
static <K,V> StringMap<V> |
toStringMap(IMap<K,V> t) |