Package | Description |
---|---|
gov.sandia.cognition.util |
Provides general utility classes.
|
Modifier and Type | Method and Description |
---|---|
static <IdentifierType,ValueType> |
DefaultIdentifiedValue.create()
Convenience method to create a new, empty
DefaultIdentifiedValue . |
static <IdentifierType,ValueType> |
DefaultIdentifiedValue.create(IdentifierType identifier,
ValueType value)
Creates a new
DefaultIdentifiedValue with the given identifier
and value. |