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, toString
public LightKeySet(EntryHolder<?,?> proxy, Set<E> set)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.