public class StandardObjectIntegerMap<K> extends Object implements ObjectIntegerMap<K>
Constructor and Description |
---|
StandardObjectIntegerMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(K key) |
void |
flush(ObjectIntegerMap<K> target) |
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>
public void flush(ObjectIntegerMap<K> target)
flush
in interface ObjectIntegerMap<K>
Copyright © GigaSpaces.