public class StandardShortObjectMap<V> extends Object implements ShortObjectMap<V>
| Constructor and Description | 
|---|
StandardShortObjectMap()  | 
StandardShortObjectMap(int initialCapacity)  | 
| 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()  | 
public StandardShortObjectMap()
public StandardShortObjectMap(int initialCapacity)
public boolean isEmpty()
isEmpty in interface ShortObjectMap<V>public int size()
size in interface ShortObjectMap<V>public boolean containsKey(short key)
containsKey in interface ShortObjectMap<V>public V get(short key)
get in interface ShortObjectMap<V>public V put(short key, V value)
put in interface ShortObjectMap<V>public short[] keys()
keys in interface ShortObjectMap<V>public ShortObjectIterator<V> iterator()
iterator in interface ShortObjectMap<V>Copyright © GigaSpaces.