public class ScopedDataSet extends DataSet
| Modifier and Type | Field and Description |
|---|---|
protected DataHolder |
parent |
| Constructor and Description |
|---|
ScopedDataSet(DataHolder parent) |
ScopedDataSet(DataHolder parent,
DataHolder other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(DataKey key) |
<T> T |
get(DataKey<T> key) |
Map<DataKey,Object> |
getAll() |
DataHolder |
getParent() |
Collection<DataKey> |
keySet() |
merge, toImmutable, toMutableprotected final DataHolder parent
public ScopedDataSet(DataHolder parent)
public ScopedDataSet(DataHolder parent, DataHolder other)
public DataHolder getParent()
public Map<DataKey,Object> getAll()
getAll in interface DataHoldergetAll in class DataSetpublic Collection<DataKey> keySet()
keySet in interface DataHolderkeySet in class DataSetpublic boolean contains(DataKey key)
contains in interface DataHoldercontains in class DataSetpublic <T> T get(DataKey<T> key)
get in interface DataHolderget in class DataSetCopyright © 2018. All rights reserved.