public class TroveObjectIntegerMap<K> extends Object implements ObjectIntegerMap<K>
| Constructor and Description | 
|---|
TroveObjectIntegerMap()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
boolean | 
containsKey(K key)  | 
int | 
get(K key)  | 
void | 
put(K key,
   int value)  | 
public boolean containsKey(K key)
containsKey in interface ObjectIntegerMap<K>public int get(K key)
get in interface ObjectIntegerMap<K>public void put(K key, int value)
put in interface ObjectIntegerMap<K>public void clear()
clear in interface ObjectIntegerMap<K>Copyright © GigaSpaces.