| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeChain<P,C> |
class |
PrimitiveDataType<P,C> |
| Modifier and Type | Field and Description |
|---|---|
static DataType<?,?>[] |
PrimitiveDataType.PRIMITIVES |
| Modifier and Type | Method and Description |
|---|---|
DataType<?,?> |
DataTypeChain.get(int index) |
DataType<?,?>[] |
DataTypeChain.get(int start,
int length) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<DataType<?,?>> |
PrimitiveDataType.getPrimitive(Object object) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeChain<P,C> |
DataTypeChain.add(DataType<?,?> type) |
DataTypeChain<P,C> |
DataTypeChain.addAll(DataType<?,?>... types) |
<E> E |
DataContainer.get(String key,
DataType<?,E> type) |
boolean |
DataTypeChain.has(DataType<?,?> type) |
boolean |
DataContainer.has(String key,
DataType<?,?> type) |
boolean |
DataTypeChain.hasExact(DataType<?,?> type) |
DataTypeChain<P,C> |
DataTypeChain.remove(DataType<?,?> type) |
DataTypeChain<P,C> |
DataTypeChain.removeAll(DataType<?,?>... types) |
abstract <E,V> void |
DataContainer.set(String key,
E value,
DataType<V,E> type) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeChain<P,C> |
DataTypeChain.addAll(Iterable<DataType<?,?>> types) |
DataTypeChain<P,C> |
DataTypeChain.addAll(Iterator<DataType<?,?>> types) |
DataTypeChain<P,C> |
DataTypeChain.removeAll(Iterable<DataType<?,?>> types) |
DataTypeChain<P,C> |
DataTypeChain.removeAll(Iterator<DataType<?,?>> types) |
Copyright © 2020. All rights reserved.