T - The elements of the setpublic abstract class SubsetIterator<T> extends Object implements Iterator<Set<T>>
| Constructor and Description |
|---|
SubsetIterator(Set<T> set)
Creates a new subset iterator for the given set.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<T> |
getSet()
Returns the set this iterator is iterating over.
|
abstract boolean |
hasNext() |
abstract Set<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2018. All rights reserved.