Uses of Interface
org.refcodes.tabular.Records
-
Uses of Records in org.refcodes.tabular
Subinterfaces of Records in org.refcodes.tabularModifier and TypeInterfaceDescriptioninterfaceRecordReader<T>Extends theRecordswith functionality for file based implementations regarding header management and means to monitor the state of reading data.Classes in org.refcodes.tabular that implement RecordsModifier and TypeClassDescriptionclassTheCsvRecordReaderis an implementation of theRecordReaderinterface and provides functionality to parse CSV input streams:Column<Float> floatColumn = floatColumn( "volume" ); Column<String> stringColumn = floatColumn( "name" ); Column<Integer> intColumn = floatColumn( "length" ); Column<Date> dateColumn = floatColumn( "time" ); try (CsvRecordReader<?classTHis implementation of theCsvRecordReaderassumes that for ease of use we just want to handleStringcolumns.classclassRecordsImpl<T>Methods in org.refcodes.tabular that return RecordsModifier and TypeMethodDescriptionRecordsAccessor.getRecords()Retrieves theRecordsproperty.RecordsAccessor.RecordsProperty.letRecords(Records<T> aRecords) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofRecordsAccessor.RecordsMutator.setRecords(Records)and returns the very same value (getter).Methods in org.refcodes.tabular with parameters of type RecordsModifier and TypeMethodDescriptionRecordsAccessor.RecordsProperty.letRecords(Records<T> aRecords) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofRecordsAccessor.RecordsMutator.setRecords(Records)and returns the very same value (getter).voidRecordsAccessor.RecordsMutator.setRecords(Records<T> aDataRecord) Sets theRecordsproperty.Constructors in org.refcodes.tabular with parameters of type RecordsModifierConstructorDescriptionRecordsComposite(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy, Records<T>... aRecords) RecordsComposite(org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy, Records<T>... aRecords) Constructor parameters in org.refcodes.tabular with type arguments of type RecordsModifierConstructorDescriptionRecordsComposite(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy, Collection<Records<T>> aRecords) RecordsComposite(org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy, Collection<Records<T>> aRecords)