public abstract class DataContainer extends Object implements IDataContainer
| Constructor and Description |
|---|
DataContainer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(com.syntaxphoenix.syntaxapi.utils.key.IKey key) |
<E> E |
get(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
DataType<?,E> type) |
<E> E |
get(String key,
DataType<?,E> type) |
com.syntaxphoenix.syntaxapi.utils.key.IKey[] |
getKeys() |
boolean |
has(com.syntaxphoenix.syntaxapi.utils.key.IKey key) |
boolean |
has(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
DataType<?,?> type) |
boolean |
has(String key) |
boolean |
has(String key,
DataType<?,?> type) |
boolean |
remove(com.syntaxphoenix.syntaxapi.utils.key.IKey key) |
<E,V> void |
set(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
E value,
DataType<V,E> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getAdapterContext, getKeyspaces, isEmpty, remove, set, sizepublic boolean has(String key)
has in interface IDataContainerpublic boolean has(com.syntaxphoenix.syntaxapi.utils.key.IKey key)
has in interface IDataContainerpublic boolean has(String key, DataType<?,?> type)
has in interface IDataContainerpublic boolean has(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
DataType<?,?> type)
has in interface IDataContainerpublic <E> E get(String key, DataType<?,E> type)
get in interface IDataContainerpublic <E> E get(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
DataType<?,E> type)
get in interface IDataContainerpublic Object get(com.syntaxphoenix.syntaxapi.utils.key.IKey key)
get in interface IDataContainerpublic <E,V> void set(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
E value,
DataType<V,E> type)
set in interface IDataContainerpublic boolean remove(com.syntaxphoenix.syntaxapi.utils.key.IKey key)
remove in interface IDataContainerpublic com.syntaxphoenix.syntaxapi.utils.key.IKey[] getKeys()
getKeys in interface IDataContainerCopyright © 2021. All rights reserved.