| Package | Description |
|---|---|
| gov.sandia.cognition.util |
Provides general utility classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentifiedValue<IdentifierType,ValueType>
Interface for a pairing of an identifier and its associated value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdentifiedValue<IdentifierType,ValueType>
A default implementation of the
IdentifiedValue interface that
stores a value along with its identifier. |