public class TroveObjectShortMap<K> extends Object implements ObjectShortMap<K>
| Constructor and Description | 
|---|
| TroveObjectShortMap() | 
| TroveObjectShortMap(TObjectShortHashMap<K> 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 TroveObjectShortMap()
public TroveObjectShortMap(TObjectShortHashMap<K> map)
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>IOExceptionCopyright © GigaSpaces.