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, spliterator
add, addAll, clear, contains, containsAll, forEach, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
iterator, spliterator
protected 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 © 2023 JBoss, a division of Red Hat. All rights reserved.