com.hazelcast.client
Class LightKeySet<E>
java.lang.Object
java.util.AbstractCollection<E>
com.hazelcast.client.LightKeySet<E>
- All Implemented Interfaces:
- Iterable<E>, Collection<E>, Set<E>
public class LightKeySet<E>
- extends AbstractCollection<E>
- implements Set<E>
| 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 |
LightKeySet
public LightKeySet(EntryHolder<?,?> proxy,
Set<E> set)
iterator
public Iterator<E> iterator()
- Specified by:
iterator in interface Iterable<E>- Specified by:
iterator in interface Collection<E>- Specified by:
iterator in interface Set<E>- Specified by:
iterator in class AbstractCollection<E>
size
public int size()
- Specified by:
size in interface Collection<E>- Specified by:
size in interface Set<E>- Specified by:
size in class AbstractCollection<E>
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.