public abstract class AbstractDelegatingCloseableIteratorSet<E> extends AbstractDelegatingSet<E> implements org.infinispan.commons.util.CloseableIteratorSet<E>
Constructor and Description |
---|
AbstractDelegatingCloseableIteratorSet() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.infinispan.commons.util.CloseableIteratorSet<E> |
delegate() |
org.infinispan.commons.util.CloseableIterator<E> |
iterator() |
org.infinispan.commons.util.CloseableSpliterator<E> |
spliterator() |
add, addAll, clear, contains, containsAll, forEach, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, stream, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
public AbstractDelegatingCloseableIteratorSet()
protected abstract org.infinispan.commons.util.CloseableIteratorSet<E> delegate()
delegate
in class AbstractDelegatingSet<E>
public org.infinispan.commons.util.CloseableIterator<E> iterator()
public org.infinispan.commons.util.CloseableSpliterator<E> spliterator()
spliterator
in interface Iterable<E>
spliterator
in interface Collection<E>
spliterator
in interface Set<E>
spliterator
in interface org.infinispan.commons.util.CloseableIteratorCollection<E>
spliterator
in interface org.infinispan.commons.util.CloseableIteratorSet<E>
spliterator
in class AbstractDelegatingCollection<E>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.