E - public abstract class AbstractDelegatingCacheCollection<E> extends AbstractDelegatingCloseableIteratorCollection<E> implements CacheCollection<E>
| Constructor and Description |
|---|
AbstractDelegatingCacheCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CacheCollection<E> |
delegate() |
abstract CacheStream<E> |
parallelStream() |
abstract CacheStream<E> |
stream() |
iterator, spliteratoradd, addAll, clear, contains, containsAll, forEach, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator, spliteratorprotected abstract CacheCollection<E> delegate()
delegate in class AbstractDelegatingCloseableIteratorCollection<E>public abstract CacheStream<E> stream()
stream in interface Collection<E>stream in interface CacheCollection<E>stream in class AbstractDelegatingCollection<E>public abstract CacheStream<E> parallelStream()
parallelStream in interface Collection<E>parallelStream in interface CacheCollection<E>parallelStream in class AbstractDelegatingCollection<E>Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.