| Package | Description |
|---|---|
| gov.sandia.cognition.util |
Provides general utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyValuePair<KeyType,ValueType>
A default implementation of the
KeyValuePair interface. |
| Constructor and Description |
|---|
DefaultKeyValuePair(KeyValuePair<? extends KeyType,? extends ValueType> other)
Creates a new
DefaultKeyValuePair as a shallow copy of the
given key-value pair. |