public interface ObjectShortMap<K>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsKey(K key) | 
| short | get(K key) | 
| void | put(K key,
   short value) | 
| void | serialize(ObjectOutput out) | 
boolean containsKey(K key)
short get(K key)
void put(K key, short value)
void serialize(ObjectOutput out) throws IOException
IOExceptionCopyright © GigaSpaces.