public class StandardObjectShortMap<K> extends Object implements ObjectShortMap<K>
Constructor and Description |
---|
StandardObjectShortMap() |
StandardObjectShortMap(Map<K,Short> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(K key) |
short |
get(K key) |
void |
put(K key,
short value) |
void |
serialize(ObjectOutput out) |
public boolean containsKey(K key)
containsKey
in interface ObjectShortMap<K>
public short get(K key)
get
in interface ObjectShortMap<K>
public void put(K key, short value)
put
in interface ObjectShortMap<K>
public void serialize(ObjectOutput out) throws IOException
serialize
in interface ObjectShortMap<K>
IOException
Copyright © GigaSpaces.