T
- The type managed by the Header
.Serializable
, Cloneable
, Iterable<T>
, Collection<T>
, List<T>
, RandomAccess
, org.refcodes.mixin.Clearable
, org.refcodes.struct.Keys<T,C>
, org.refcodes.struct.Keys.MutableKeys<T,C>
, ColumnRow<T,C>
, Header<T>
, HeaderRow<T,Column<? extends T>>
public class HeaderImpl<T> extends AbstractHeader<T,Column<? extends T>> implements Header<T>
_keys
modCount
Constructor | Description |
---|---|
HeaderImpl() |
Instantiates a new header.
|
HeaderImpl(Column<? extends T>... aHeader) |
Instantiates a new header.
|
containsAll, toString
add, add, containsKey, delete, fromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, get, indexOf, keySet, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRow, values
equals, hashCode
addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
parallelStream, removeIf, stream
containsValue, withColumns
get, isEqualWith, isEqualWith, isSubsetOf, isSubsetOf, isSupersetOf, isSupersetOf, toIntersection, toKeys, toSubset, toType, toValues
fromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, indexOf, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRow
containsKey, get, getOr, keySet, use, values
add, 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, toArray
public HeaderImpl()
@SafeVarargs public HeaderImpl(Column<? extends T>... aHeader)
aHeader
- the Column
instances representing the header.Copyright © 2021. All rights reserved.