Class RuntimeLoggerHeader

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<C>
org.refcodes.tabular.AbstractHeader<T,org.refcodes.tabular.Column<? extends T>>
org.refcodes.tabular.HeaderImpl<Object>
org.refcodes.logger.RuntimeLoggerHeader
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, 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>>

public class RuntimeLoggerHeader extends org.refcodes.tabular.HeaderImpl<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 extends Object,V extends Object>, org.refcodes.struct.Keys.MutableValues<K extends Object,V extends Object>
  • Field Summary

    Fields inherited from class org.refcodes.tabular.AbstractHeader

    _keys

    Fields inherited from class java.util.AbstractList

    modCount
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new runtime logger header impl.
    RuntimeLoggerHeader(org.refcodes.tabular.PrintStackTrace aPrintStackTrace)
    Instantiates a new runtime logger header impl.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPrintStackTrace(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, values

    Methods inherited from class java.util.AbstractCollection

    containsAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.refcodes.mixin.Clearable

    clear

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface org.refcodes.tabular.ColumnRow

    containsValue, withColumns

    Methods inherited from interface org.refcodes.tabular.Header

    get, isEqualWith, isEqualWith, isSubsetOf, isSubsetOf, isSupersetOf, isSupersetOf, toIntersection, toKeys, toSubset, toType, toValues

    Methods 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, toStorageStringsRow

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods inherited from interface org.refcodes.struct.Keys

    containsKey, get, getOr, keySet, use, values

    Methods inherited from interface org.refcodes.struct.Keys.MutableKeys

    delete
  • 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