public class GridCacheValueCollection<K,V> extends GridSerializableCollection<V>
| Constructor and Description |
|---|
GridCacheValueCollection(GridCacheContext<K,V> ctx,
Collection<? extends javax.cache.Cache.Entry<K,V>> c,
@Nullable IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
Iterator<V> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic GridCacheValueCollection(GridCacheContext<K,V> ctx, Collection<? extends javax.cache.Cache.Entry<K,V>> c, @Nullable @Nullable IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter)
ctx - Cache context.c - Entry collection.filter - Filter.public Iterator<V> iterator()
iterator in interface Iterable<V>iterator in interface Collection<V>iterator in class AbstractCollection<V>public void clear()
clear in interface Collection<V>clear in class AbstractCollection<V>public boolean remove(Object o)
remove in interface Collection<V>remove in class AbstractCollection<V>public int size()
size in interface Collection<V>size in class AbstractCollection<V>public boolean contains(Object o)
contains in interface Collection<V>contains in class AbstractCollection<V>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023