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, toStringpublic LightEntrySetSet(Collection collection, MapClientProxy<K,V> proxy, Instance.InstanceType instanceType)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.