public interface ObjectIntegerMap<K> extends Serializable
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) |
boolean containsKey(K key)
int get(K key)
void put(K key, int value)
void clear()
void flush(ObjectIntegerMap<K> target)
Copyright © GigaSpaces.