public class Iterator2Set<T> extends Iterator2Collection<T> implements Serializable, 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected Collection<T> getDelegate()
getDelegate in class Iterator2Collection<T>