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>

public class FieldsImpl<T> extends FieldImpl<T[]> implements Fields<T>
Implementation of the Fields interface being Cloneable.