Package | Description |
---|---|
gov.sandia.cognition.math |
Provides classes for mathematical computation.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Combinations.AbstractCombinationsIterator<IteratorType extends Combinations.AbstractCombinationsIterator<IteratorType,ClassType>,ClassType>
Partial implementation of a CombinationsIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
Combinations.IndexIterator
Iterator that returns the index into a set: 0, 1, 2, ...
|
static class |
Combinations.SubsetIterator<ClassType>
Creates a new instance of SubsetIterator, one that returns the elements
from a given set
|
Modifier and Type | Field and Description |
---|---|
protected IteratorType |
Combinations.AbstractCombinationsIterator.child
Child iterator for recursion
|