public class GridCacheKeySet<K,V> extends GridSerializableSet<K>
| Constructor and Description |
|---|
GridCacheKeySet(GridCacheContext<K,V> ctx,
Collection<? extends GridCacheEntry<K,V>> c,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
Iterator<K> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, removeAlladd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringpublic GridCacheKeySet(GridCacheContext<K,V> ctx, Collection<? extends GridCacheEntry<K,V>> c, GridPredicate<GridCacheEntry<K,V>>[] filter)
ctx - Cache context.c - Entry collection.filter - Filter.public void clear()
clear in interface Collection<K>clear in interface Set<K>clear in class AbstractCollection<K>public boolean remove(Object o)
remove in interface Collection<K>remove in interface Set<K>remove in class AbstractCollection<K>public int size()
size in interface Collection<K>size in interface Set<K>size in class AbstractCollection<K>public boolean contains(Object o)
contains in interface Collection<K>contains in interface Set<K>contains in class AbstractCollection<K>Copyright © 2014. All rights reserved.