public class NonEmptySet.Iterator<T>
| Constructor and Description |
|---|
Iterator(java.util.Iterator<? extends T> $outer) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
getIterator() |
boolean |
hasNext() |
T |
next() |
void |
remove() |