public interface DataContainer extends DataView
DataView
.Modifier and Type | Method and Description |
---|---|
DataContainer |
remove(DataQuery path)
Removes the data associated to the given path relative to this
DataView 's path. |
DataContainer |
set(DataQuery path,
Object value)
Sets the given Object value according to the given path relative to
this
DataView 's path. |
<E> DataContainer |
set(Key<? extends BaseValue<E>> key,
E value)
|
contains, copy, createView, createView, get, getBoolean, getBooleanList, getByteList, getCharacterList, getContainer, getCurrentPath, getDouble, getDoubleList, getFloatList, getInt, getIntegerList, getKeys, getList, getLong, getLongList, getMap, getMapList, getName, getParent, getSerializable, getSerializableList, getShortList, getString, getStringList, getValues, getView, getViewList
DataContainer set(DataQuery path, Object value)
DataView
DataView
's path.<E> DataContainer set(Key<? extends BaseValue<E>> key, E value)
DataView
DataContainer remove(DataQuery path)
DataView