public interface DataHolder
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(DataKey key) |
<T> T |
get(DataKey<T> key) |
Map<DataKey,Object> |
getAll() |
Collection<DataKey> |
keySet() |
DataHolder |
toImmutable() |
MutableDataHolder |
toMutable() |
Collection<DataKey> keySet()
boolean contains(DataKey key)
<T> T get(DataKey<T> key)
MutableDataHolder toMutable()
DataHolder toImmutable()
Copyright © 2018. All rights reserved.