| Constructor and Description |
|---|
DataTypeChain() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromPrimitiveObj, isComplex, isPrimitive, toPrimitiveObjpublic boolean has(DataType<?,?> type)
public boolean hasExact(DataType<?,?> type)
public boolean hasComplex(Class<?> complex)
public DataTypeChain<P,C> add(DataType<?,?> type)
public DataTypeChain<P,C> addAll(DataType<?,?>... types)
public DataTypeChain<P,C> addAll(Iterable<DataType<?,?>> types)
public DataTypeChain<P,C> addAll(Iterator<DataType<?,?>> types)
public DataTypeChain<P,C> remove(DataType<?,?> type)
public DataTypeChain<P,C> removeAll(DataType<?,?>... types)
public DataTypeChain<P,C> removeAll(Iterable<DataType<?,?>> types)
public DataTypeChain<P,C> removeAll(Iterator<DataType<?,?>> types)
public DataType<?,?> get(int index)
public DataType<?,?>[] get(int start, int length)
public int size()
public boolean isEmpty()
public DataTypeChain<P,C> clear()
public <T> Optional<DataTypeChain<P,T>> asComplex(Class<T> complex)
public <T> Optional<DataTypeChain<T,C>> asPrimitive(Class<T> primitive)
public C fromPrimitive(DataAdapterContext context, P primitive)
fromPrimitive in interface DataType<P,C>public P toPrimitive(DataAdapterContext context, C complex)
toPrimitive in interface DataType<P,C>Copyright © 2020. All rights reserved.