public class PowerSet<E> extends java.lang.Object implements java.lang.Iterable<java.util.List<E>>
| Constructor and Description |
|---|
PowerSet(java.util.List<E> set)
PowerSet constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.util.List<E>> |
iterator()
get an iterator over subsets.
|