Class LoomMultiMap<K,V>
java.lang.Object
com.loomcache.client.LoomMultiMap<K,V>
- Type Parameters:
K- the key typeV- the value type
Client-side distributed multimap proxy.
-
Method Summary
-
Method Details
-
put
-
get
-
remove
-
size
public int size() -
keys
-
values
-
clear
public void clear()
-