com.hazelcast.client
Class LightEntrySet<K,V>

java.lang.Object
  extended by java.util.AbstractCollection<Map.Entry<K,V>>
      extended by com.hazelcast.client.LightEntrySet<K,V>
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>

public class LightEntrySet<K,V>
extends AbstractCollection<Map.Entry<K,V>>
implements Set<Map.Entry<K,V>>


Constructor Summary
LightEntrySet(Set<K> set, MapClientProxy<K,V> proxy, Instance.InstanceType instanceType)
           
 
Method Summary
 Iterator<Map.Entry<K,V>> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

LightEntrySet

public LightEntrySet(Set<K> set,
                     MapClientProxy<K,V> proxy,
                     Instance.InstanceType instanceType)
Method Detail

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.