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

public class FieldImpl<T> extends Object implements Field<T>, Cloneable
Implementation of the Field interface being Cloneable.