Package | Description |
---|---|
gov.sandia.cognition.collection |
Provides commonly useful collection implementations.
|
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractMutableDoubleMap.Entry<KeyType>
Interface for entries.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLogNumberMap.SimpleEntry<KeyType>
Entry for the AbstractScalarMap
|
protected static class |
AbstractMutableDoubleMap.SimpleEntry<KeyType>
Entry for the AbstractScalarMap
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<? extends ScalarMap.Entry<KeyType>> |
ScalarMap.entrySet()
Gets the set of entries in this scalar map.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
InfiniteVector.Entry<KeyType>
Entry for a InfiniteVector
|