Uses of Interface
org.refcodes.tabular.Field
-
Uses of Field in org.refcodes.tabular
Subinterfaces of Field in org.refcodes.tabularModifier and TypeInterfaceDescriptioninterfaceFields<T>AFieldsstores an attribute consisting of a key (name) and an array of values.Classes in org.refcodes.tabular that implement FieldMethods in org.refcodes.tabular that return types with arguments of type FieldConstructors in org.refcodes.tabular with parameters of type FieldModifierConstructorDescriptionRecordImpl(Field<? extends T>... aFields) Constructs theRecordImplinstance configured with the providedFieldinstances.Constructor parameters in org.refcodes.tabular with type arguments of type FieldModifierConstructorDescriptionRecordImpl(List<Field<T>> aFields) Constructs a record with the given items.