Constructor and Description |
---|
StringNestedMap(Class<N> nestedType)
Creates a new instance capable of storing the given nested type.
|
Modifier and Type | Method and Description |
---|---|
protected N |
copyValue(N value)
Creates a copy of the given value.
|
Class<N> |
getNestedType()
Returns the type of items stored as values in this map.
|
protected boolean |
valueNeedsCopy()
Determines if values in this map must be copied if the map is copied.
|
public Class<N> getNestedType()
protected boolean valueNeedsCopy()
SafeMap
valueNeedsCopy
in class SafeMap<String,N extends Nested>
Copyright © 2018. All rights reserved.