public class Iterator2Set<T> extends Iterator2Collection<T> implements Set<T>
Modifier | Constructor and Description |
---|---|
protected |
Iterator2Set(Iterator<? extends T> i,
Set<T> delegate) |
Modifier and Type | Method and Description |
---|---|
protected Collection<T> |
getDelegate() |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toList, toSet, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected Collection<T> getDelegate()
getDelegate
in class Iterator2Collection<T>