Package | Description |
---|---|
com.esotericsoftware.kryo.util |
Modifier and Type | Class and Description |
---|---|
class |
IdentityObjectIntMap<K>
An unordered map where identity comparison is used for the objects keys and the values are unboxed ints.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectIntMap.putAll(ObjectIntMap<? extends K> map) |
Constructor and Description |
---|
Entries(ObjectIntMap<K> map) |
Keys(ObjectIntMap<K> map) |
ObjectIntMap(ObjectIntMap<? extends K> map)
Creates a new map identical to the specified map.
|
Values(ObjectIntMap<?> map) |
Copyright © 2020. All Rights Reserved.