public class StandardObjectLongMap<K> extends Object implements ObjectLongMap<K>
| Constructor and Description | 
|---|
| StandardObjectLongMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsKey(K key) | 
| long | get(K key) | 
| boolean | isEmpty() | 
| void | put(K key,
   long value) | 
| long | remove(K key) | 
public boolean isEmpty()
isEmpty in interface ObjectLongMap<K>public boolean containsKey(K key)
containsKey in interface ObjectLongMap<K>public long get(K key)
get in interface ObjectLongMap<K>public void put(K key, long value)
put in interface ObjectLongMap<K>public long remove(K key)
remove in interface ObjectLongMap<K>Copyright © GigaSpaces.