T - The type managed by the Header.org.refcodes.structure.Clearable, Collection<T>, ColumnsTemplate<T,C>, HeaderTemplate<T,Column<? extends T>>, Iterable<T>, org.refcodes.structure.Keys<T,C>, org.refcodes.structure.Keys.MutableKeys<T,C>, List<T>HeaderImplpublic interface Header<T> extends HeaderTemplate<T,Column<? extends T>>
Column instances, for example describing the elements of a
CSV file (visually speaking the of the CSV file's header line), is
represented by the Header. The
Header preserves an order for a list of
Column instances. A
Header provides the semantics for related
Row instances.
The Keys.keySet() method must provide a predictable order as ensured by
the LinkedHashSet class as of the ordered nature of the
Header.
parallelStream, removeIf, streamcontainsValue, withColumnsfromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, indexOf, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRowcontainsKey, get, get, keySet, use, valuesadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayCopyright © 2018. All rights reserved.