Class FieldImpl<T>
java.lang.Object
org.refcodes.tabular.FieldImpl<T>
- Type Parameters:
T- The type of the value of the field.
- All Implemented Interfaces:
Cloneable,org.refcodes.mixin.KeyAccessor<String>,org.refcodes.mixin.ValueAccessor<T>,Field<T>
- Direct Known Subclasses:
FieldsImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor
org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K, B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K>, org.refcodes.mixin.KeyAccessor.KeyProperty<K> Nested classes/interfaces inherited from interface org.refcodes.mixin.ValueAccessor
org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V, B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V>, org.refcodes.mixin.ValueAccessor.ValueProperty<V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.refcodes.mixin.ValueAccessor
getValueOr, hasValue
-
Constructor Details
-
FieldImpl
-
-
Method Details
-
getKey
-
getValue
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-