Package org.tweetyproject.commons.util
Class SubsetIterator<T>
java.lang.Object
org.tweetyproject.commons.util.SubsetIterator<T>
- Type Parameters:
T
- The elements of the set
- Direct Known Subclasses:
DefaultSubsetIterator
,IncreasingSubsetIterator
,RandomSubsetIterator
Iterates over all subsets of a given set.
- Author:
- Matthias Thimm
-
Constructor Details
-
SubsetIterator
Creates a new subset iterator for the given set.- Parameters:
set
- some set.
-
-
Method Details