public class LightEntrySet<K,V> extends AbstractCollection<Map.Entry<K,V>> implements Set<Map.Entry<K,V>>
Constructor and Description |
---|
LightEntrySet(Set<K> set,
MapClientProxy<K,V> proxy,
Instance.InstanceType instanceType) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<K,V>> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public LightEntrySet(Set<K> set, MapClientProxy<K,V> proxy, Instance.InstanceType instanceType)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.