E
- public abstract class AbstractDelegatingCacheSet<E> extends AbstractDelegatingCacheCollection<E> implements CacheSet<E>
AbstractDelegatingCacheCollection
except this method implements Set as well.Constructor and Description |
---|
AbstractDelegatingCacheSet() |
Modifier and Type | Method and Description |
---|---|
protected abstract CacheSet<E> |
delegate() |
parallelStream, 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
localPublisher, localPublisher, parallelStream, stream
spliterator
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
iterator
removeIf
protected abstract CacheSet<E> delegate()
delegate
in class AbstractDelegatingCacheCollection<E>
Copyright © 2021 JBoss by Red Hat. All rights reserved.