| Constructor and Description |
|---|
NestedList(Class<N> nestedType)
Creates a new list for the given 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 objects stored in this list.
|
protected boolean |
valueNeedsCopy()
Determines if values in this list must be copied if the list is copied.
|
public Class<N> getNestedType()
protected boolean valueNeedsCopy()
SafeListvalueNeedsCopy in class SafeList<N extends Nested>Copyright © 2018. All rights reserved.