Class FieldsImpl<T>
java.lang.Object
org.refcodes.tabular.FieldImpl<T[]>
org.refcodes.tabular.FieldsImpl<T>
- Type Parameters:
T- The type of the value of the fields.
- All Implemented Interfaces:
Cloneable, KeyAccessor<String>, ValueAccessor<T[]>, Field<T[]>, Fields<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface KeyAccessor
KeyAccessor.KeyBuilder<K,B>, KeyAccessor.KeyMutator<K>, KeyAccessor.KeyProperty<K> Nested classes/interfaces inherited from interface ValueAccessor
ValueAccessor.ValueBuilder<V,B>, ValueAccessor.ValueMutator<V>, ValueAccessor.ValueProperty<V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KeyAccessor
getKeyMethods inherited from interface ValueAccessor
getValue, getValueOr, hasValue
-
Constructor Details
-
FieldsImpl
-