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, streamiterator, spliteratoradd, addAll, clear, contains, containsAll, forEach, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparallelStream, streamspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayiteratorremoveIfprotected abstract CacheSet<E> delegate()
delegate in class AbstractDelegatingCacheCollection<E>Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.