public final class ObjectLongHashMap<K>
extends <any>
Constructor and Description |
---|
ObjectLongHashMap() |
ObjectLongHashMap(<any> strategy) |
ObjectLongHashMap(int initialCapacity) |
ObjectLongHashMap(int initialCapacity,
<any> strategy) |
Modifier and Type | Method and Description |
---|---|
long |
get(K key) |
void |
putAll(ObjectLongHashMap<K> other) |
java.lang.String |
toString() |
public ObjectLongHashMap(int initialCapacity)
public ObjectLongHashMap(<any> strategy)
public ObjectLongHashMap(int initialCapacity, <any> strategy)
public ObjectLongHashMap()
public final long get(K key)
public void putAll(ObjectLongHashMap<K> other)
public java.lang.String toString()