public class GridCacheEntrySet<K,V> extends AbstractSet<GridCacheEntry<K,V>>
| Constructor and Description |
|---|
GridCacheEntrySet(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<GridCacheEntry<K,V>> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, removeAlladd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringpublic GridCacheEntrySet(GridCacheContext<K,V> ctx, Collection<? extends GridCacheEntry<K,V>> c, @Nullable GridPredicate<GridCacheEntry<K,V>>... filter)
ctx - Cache context.c - Entry collection.filter - Filter.public Iterator<GridCacheEntry<K,V>> iterator()
iterator in interface Iterable<GridCacheEntry<K,V>>iterator in interface Collection<GridCacheEntry<K,V>>iterator in interface Set<GridCacheEntry<K,V>>iterator in class AbstractCollection<GridCacheEntry<K,V>>public void clear()
clear in interface Collection<GridCacheEntry<K,V>>clear in interface Set<GridCacheEntry<K,V>>clear in class AbstractCollection<GridCacheEntry<K,V>>public boolean remove(Object o)
remove in interface Collection<GridCacheEntry<K,V>>remove in interface Set<GridCacheEntry<K,V>>remove in class AbstractCollection<GridCacheEntry<K,V>>public int size()
size in interface Collection<GridCacheEntry<K,V>>size in interface Set<GridCacheEntry<K,V>>size in class AbstractCollection<GridCacheEntry<K,V>>public boolean contains(Object o)
contains in interface Collection<GridCacheEntry<K,V>>contains in interface Set<GridCacheEntry<K,V>>contains in class AbstractCollection<GridCacheEntry<K,V>>Copyright © 2014. All rights reserved.