public class StandardIntegerObjectMap<V> extends Object implements IntegerObjectMap<V>
Constructor and Description |
---|
StandardIntegerObjectMap() |
public boolean isEmpty()
isEmpty
in interface IntegerObjectMap<V>
public int size()
size
in interface IntegerObjectMap<V>
public V get(int key)
get
in interface IntegerObjectMap<V>
public void put(int key, V value)
put
in interface IntegerObjectMap<V>
public void remove(int key)
remove
in interface IntegerObjectMap<V>
public void clear()
clear
in interface IntegerObjectMap<V>
public int[] keys()
keys
in interface IntegerObjectMap<V>
public V[] getValues(V[] array)
getValues
in interface IntegerObjectMap<V>
public void flush(IntegerObjectMap<V> target)
flush
in interface IntegerObjectMap<V>
Copyright © GigaSpaces.