public class LightEntrySetSet<K,V> extends AbstractCollection<Map.Entry<K,V>> implements Set<Map.Entry<K,V>>
Constructor and Description |
---|
LightEntrySetSet(Collection collection,
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 LightEntrySetSet(Collection collection, MapClientProxy<K,V> proxy, Instance.InstanceType instanceType)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.