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, KeyAccessor<String>, ValueAccessor<T>, Field<T>
- Direct Known Subclasses:
FieldsImpl
-
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 ValueAccessor
getValueOr, hasValue
-
Constructor Details
-
FieldImpl
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceKeyAccessor<T>
-
getValue
- Specified by:
getValuein interfaceValueAccessor<T>
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-