protected class SimpleCacheImpl.EntrySet extends SimpleCacheImpl.EntrySetBase<Map.Entry<K,V>> implements CacheSet<Map.Entry<K,V>>
Modifier | Constructor and Description |
---|---|
protected |
EntrySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Map.Entry<K,V> entry) |
boolean |
addAll(Collection<? extends Map.Entry<K,V>> c) |
org.infinispan.commons.util.CloseableIterator<Map.Entry<K,V>> |
iterator() |
CacheStream<Map.Entry<K,V>> |
parallelStream() |
org.infinispan.commons.util.CloseableSpliterator<Map.Entry<K,V>> |
spliterator() |
CacheStream<Map.Entry<K,V>> |
stream() |
clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
removeIf
public org.infinispan.commons.util.CloseableSpliterator<Map.Entry<K,V>> spliterator()
spliterator
in interface Iterable<Map.Entry<K,V>>
spliterator
in interface Collection<Map.Entry<K,V>>
spliterator
in interface Set<Map.Entry<K,V>>
spliterator
in interface org.infinispan.commons.util.CloseableIteratorCollection<Map.Entry<K,V>>
spliterator
in interface org.infinispan.commons.util.CloseableIteratorSet<Map.Entry<K,V>>
public boolean addAll(Collection<? extends Map.Entry<K,V>> c)
public CacheStream<Map.Entry<K,V>> stream()
stream
in interface Collection<Map.Entry<K,V>>
stream
in interface CacheCollection<Map.Entry<K,V>>
public CacheStream<Map.Entry<K,V>> parallelStream()
parallelStream
in interface Collection<Map.Entry<K,V>>
parallelStream
in interface CacheCollection<Map.Entry<K,V>>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.