public interface IDataContainer
| 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) |
Object |
get(String key) |
<E> E |
get(String key,
DataType<?,E> type) |
DataAdapterContext |
getAdapterContext() |
com.syntaxphoenix.syntaxapi.utils.key.IKey[] |
getKeys() |
Set<String> |
getKeyspaces() |
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 |
isEmpty() |
boolean |
remove(com.syntaxphoenix.syntaxapi.utils.key.IKey key) |
boolean |
remove(String key) |
<E,V> void |
set(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
E value,
DataType<V,E> type) |
<E,V> void |
set(String key,
E value,
DataType<V,E> type) |
int |
size() |
boolean has(String key)
boolean has(com.syntaxphoenix.syntaxapi.utils.key.IKey key)
boolean has(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
DataType<?,?> type)
<E> E get(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
DataType<?,E> type)
DataAdapterContext getAdapterContext()
Object get(com.syntaxphoenix.syntaxapi.utils.key.IKey key)
<E,V> void set(com.syntaxphoenix.syntaxapi.utils.key.IKey key,
E value,
DataType<V,E> type)
boolean remove(String key)
boolean remove(com.syntaxphoenix.syntaxapi.utils.key.IKey key)
com.syntaxphoenix.syntaxapi.utils.key.IKey[] getKeys()
boolean isEmpty()
int size()
Copyright © 2021. All rights reserved.