com.hazelcast.client
Class LightEntrySetSet<K,V>
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
com.hazelcast.client.LightEntrySetSet<K,V>
- All Implemented Interfaces:
- Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
public class LightEntrySetSet<K,V>
- extends AbstractCollection<Map.Entry<K,V>>
- implements Set<Map.Entry<K,V>>
| Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray |
LightEntrySetSet
public LightEntrySetSet(Collection collection,
MapClientProxy<K,V> proxy,
Instance.InstanceType instanceType)
iterator
public Iterator<Map.Entry<K,V>> iterator()
- Specified by:
iterator in interface Iterable<Map.Entry<K,V>>- Specified by:
iterator in interface Collection<Map.Entry<K,V>>- Specified by:
iterator in interface Set<Map.Entry<K,V>>- Specified by:
iterator in class AbstractCollection<Map.Entry<K,V>>
size
public int size()
- Specified by:
size in interface Collection<Map.Entry<K,V>>- Specified by:
size in interface Set<Map.Entry<K,V>>- Specified by:
size in class AbstractCollection<Map.Entry<K,V>>
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.