T - The element class which is iterated.public class IncreasingSubsetIterator<T> extends SubsetIterator<T>
| Constructor and Description |
|---|
IncreasingSubsetIterator(Set<T> set)
Creates a new subset iterator for the given set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Set<T> |
next() |
getSet, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2018. All rights reserved.