| 程序包 | 说明 |
|---|---|
| com.fr.stable.collections.map |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OrderedMap<K,V>
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ObjectMap.putAll(ObjectMap<K,V> map) |
| 构造器和说明 |
|---|
ObjectMap.Entries(ObjectMap<K,V> map) |
ObjectMap.Keys(ObjectMap<K,?> map) |
ObjectMap.Values(ObjectMap<?,V> map) |
ObjectMap(ObjectMap<? extends K,? extends V> map)
Creates a new map identical to the specified map.
|