java.lang.Object
org.refcodes.tabular.RecordsImpl<T>
- Type Parameters:
T- The type managed by theRecords.
-
Constructor Summary
ConstructorsConstructorDescriptionRecordsImpl(Collection<Record<T>> aRecords) Constructs theRecordsImplinstance configured with the providedRecordinstances.RecordsImpl(Record<T>... aRecords) Constructs theRecordsImplinstance configured with the providedRecordinstances. -
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RecordsImpl
Constructs theRecordsImplinstance configured with the providedRecordinstances.- Parameters:
aRecords- TheCollectionwith theRecordinstances to be contained in theRecordsImpl.
-
RecordsImpl
Constructs theRecordsImplinstance configured with the providedRecordinstances.- Parameters:
aRecords- The array with theRecordinstances to be contained in theRecordsImpl.
-
-
Method Details