Class RuntimeLoggerHeader
java.lang.Object
java.util.AbstractCollection<Column<? extends Object>>
java.util.AbstractList<Column<? extends Object>>
java.util.ArrayList<Column<? extends Object>>
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<Column<? extends Object>>, Collection<Column<? extends Object>>, List<Column<? extends Object>>, RandomAccess, SequencedCollection<Column<? extends Object>>, Clearable, Keys<String, Column<? extends Object>>, Keys.MutableKeys<String, Column<? extends Object>>, ColumnRow<Object, Column<? extends Object>>, Header<Object>, HeaderRow<Object, Column<? extends Object>>
The Class RuntimeLoggerHeader.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Keys
Keys.MutableKeys<K,V>, Keys.MutableValues<K, V> -
Field Summary
Fields inherited from class AbstractHeader
_keysFields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new runtime logger header impl.RuntimeLoggerHeader(PrintStackTrace aPrintStackTrace) Instantiates a new runtime logger header impl. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPrintStackTrace(PrintStackTrace aPrintStackTrace) Sets the prints the stack trace.Methods inherited from class 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 ArrayList
addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, 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 AbstractCollection
containsAllMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface ColumnRow
containsValue, withColumnsMethods inherited from interface Header
get, isEqualWith, isEqualWith, isSubsetOf, isSubsetOf, isSupersetOf, isSupersetOf, toIntersection, toKeys, toSubset, toType, toValuesMethods inherited from interface 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 Keys.MutableKeys
deleteMethods inherited from interface List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, 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
Instantiates a new runtime logger header impl.- Parameters:
aPrintStackTrace- the print stack trace
-
-
Method Details
-
setPrintStackTrace
Sets the prints the stack trace.- Parameters:
aPrintStackTrace- the new prints the stack trace
-