public class LightKeySet<E> extends AbstractCollection<E> implements Set<E>
| Constructor and Description |
|---|
LightKeySet(EntryHolder<?,?> proxy,
Set<E> set) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic LightKeySet(EntryHolder<?,?> proxy, Set<E> set)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.