public class StringLocalDateTimeMap extends SafeMap<String,LocalDateTime>
| Constructor and Description |
|---|
StringLocalDateTimeMap() |
| Modifier and Type | Method and Description |
|---|---|
protected LocalDateTime |
copyValue(LocalDateTime value)
Creates a copy of the given value.
|
protected boolean |
valueNeedsCopy()
Determines if values in this map must be copied if the map is copied.
|
protected boolean valueNeedsCopy()
SafeMapvalueNeedsCopy in class SafeMap<String,LocalDateTime>protected LocalDateTime copyValue(LocalDateTime value)
SafeMapcopyValue in class SafeMap<String,LocalDateTime>value - the value to copyCopyright © 2018. All rights reserved.