Class RuntimeLoggerHeader
java.lang.Object
java.util.AbstractCollection<org.refcodes.tabular.Column<? extends Object>>
java.util.AbstractList<org.refcodes.tabular.Column<? extends Object>>
java.util.ArrayList<org.refcodes.tabular.Column<? extends Object>>
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<org.refcodes.tabular.Column<? extends Object>>,Collection<org.refcodes.tabular.Column<? extends Object>>,List<org.refcodes.tabular.Column<? extends Object>>,RandomAccess,SequencedCollection<org.refcodes.tabular.Column<? extends Object>>,org.refcodes.mixin.Clearable,org.refcodes.struct.Keys<String,,org.refcodes.tabular.Column<? extends Object>> org.refcodes.struct.Keys.MutableKeys<String,,org.refcodes.tabular.Column<? extends Object>> org.refcodes.tabular.ColumnRow<Object,,org.refcodes.tabular.Column<? extends Object>> org.refcodes.tabular.Header<Object>,org.refcodes.tabular.HeaderRow<Object,org.refcodes.tabular.Column<? extends Object>>
The Class RuntimeLoggerHeader.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.struct.Keys
org.refcodes.struct.Keys.MutableKeys<K,V>, org.refcodes.struct.Keys.MutableValues<K, V> -
Field Summary
Fields inherited from class org.refcodes.tabular.AbstractHeader
_keysFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new runtime logger header impl.RuntimeLoggerHeader(org.refcodes.tabular.PrintStackTrace aPrintStackTrace) Instantiates a new runtime logger header impl. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPrintStackTrace(org.refcodes.tabular.PrintStackTrace aPrintStackTrace) Sets the prints the stack trace.Methods inherited from class org.refcodes.tabular.AbstractHeader
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, toString, valuesMethods inherited from class java.util.ArrayList
addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.mixin.Clearable
clearMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.refcodes.tabular.ColumnRow
containsValue, withColumnsMethods inherited from interface org.refcodes.tabular.Header
get, isEqualWith, isEqualWith, isSubsetOf, isSubsetOf, isSupersetOf, isSupersetOf, toIntersection, toKeys, toSubset, toType, toValuesMethods inherited from interface org.refcodes.tabular.HeaderRow
fromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, indexOf, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRowMethods inherited from interface org.refcodes.struct.Keys
containsKey, get, getOr, keySet, use, valuesMethods inherited from interface org.refcodes.struct.Keys.MutableKeys
deleteMethods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
RuntimeLoggerHeader
public RuntimeLoggerHeader()Instantiates a new runtime logger header impl. -
RuntimeLoggerHeader
public RuntimeLoggerHeader(org.refcodes.tabular.PrintStackTrace aPrintStackTrace) Instantiates a new runtime logger header impl.- Parameters:
aPrintStackTrace- the print stack trace
-
-
Method Details
-
setPrintStackTrace
public void setPrintStackTrace(org.refcodes.tabular.PrintStackTrace aPrintStackTrace) Sets the prints the stack trace.- Parameters:
aPrintStackTrace- the new prints the stack trace
-