public interface ShortObjectMap<V>
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsKey(short key)  | 
V | 
get(short key)  | 
boolean | 
isEmpty()  | 
ShortObjectIterator<V> | 
iterator()  | 
short[] | 
keys()  | 
V | 
put(short key,
   V value)  | 
int | 
size()  | 
boolean isEmpty()
int size()
boolean containsKey(short key)
V get(short key)
short[] keys()
ShortObjectIterator<V> iterator()
Copyright © GigaSpaces.