Package | Description |
---|---|
com.hfg.math |
Modifier and Type | Method and Description |
---|---|
static SetPartitionIterator.Flag |
SetPartitionIterator.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetPartitionIterator.Flag[] |
SetPartitionIterator.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SetPartitionIterator(Set<T> inSetToPartition,
Integer inNumGroups,
SetPartitionIterator.Flag... inFlags) |
jataylor@hairyfatguy.com