Package | Description |
---|---|
gov.sandia.cognition.collection |
Provides commonly useful collection implementations.
|
Modifier and Type | Method and Description |
---|---|
DynamicArrayMap<ValueType> |
DynamicArrayMap.clone()
Creates a new clone (shallow copy) of this object.
|
Constructor and Description |
---|
DynamicArrayMap(DynamicArrayMap<? extends ValueType> other)
Creates a new instance of DynamicArrayMap using the given mapping to copy
into this map.
|