E - The type in the collectionpublic abstract class AbstractDelegatingCloseableIteratorCollection<E> extends AbstractDelegatingCollection<E> implements CloseableIteratorCollection<E>
delegate() method.| Constructor and Description |
|---|
AbstractDelegatingCloseableIteratorCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CloseableIteratorCollection<E> |
delegate() |
CloseableIterator<E> |
iterator() |
CloseableSpliterator<E> |
spliterator() |
add, addAll, clear, contains, containsAll, forEach, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, stream, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractDelegatingCloseableIteratorCollection()
protected abstract CloseableIteratorCollection<E> delegate()
delegate in class AbstractDelegatingCollection<E>public CloseableIterator<E> iterator()
iterator in interface Iterable<E>iterator in interface Collection<E>iterator in interface CloseableIteratorCollection<E>iterator in class AbstractDelegatingCollection<E>public CloseableSpliterator<E> spliterator()
spliterator in interface Iterable<E>spliterator in interface Collection<E>spliterator in interface CloseableIteratorCollection<E>spliterator in class AbstractDelegatingCollection<E>Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.