public class TroveShortLongMap extends Object implements ShortLongMap
Constructor and Description |
---|
TroveShortLongMap() |
TroveShortLongMap(TShortLongHashMap map) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(short key) |
long |
get(short key) |
ShortLongIterator |
iterator() |
long |
put(short key,
long value) |
void |
serialize(ObjectOutput out) |
public TroveShortLongMap()
public TroveShortLongMap(TShortLongHashMap map)
public boolean containsKey(short key)
containsKey
in interface ShortLongMap
public long get(short key)
get
in interface ShortLongMap
public long put(short key, long value)
put
in interface ShortLongMap
public ShortLongIterator iterator()
iterator
in interface ShortLongMap
public void serialize(ObjectOutput out) throws IOException
serialize
in interface ShortLongMap
IOException
Copyright © GigaSpaces.