Class RuntimeLoggerHeaderImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<org.refcodes.tabular.Column<? extends java.lang.Object>>, java.util.Collection<org.refcodes.tabular.Column<? extends java.lang.Object>>, java.util.List<org.refcodes.tabular.Column<? extends java.lang.Object>>, java.util.RandomAccess, org.refcodes.structure.Clearable, org.refcodes.structure.Keys<java.lang.String,org.refcodes.tabular.Column<? extends java.lang.Object>>, org.refcodes.structure.Keys.MutableKeys<java.lang.String,org.refcodes.tabular.Column<? extends java.lang.Object>>, org.refcodes.tabular.ColumnsTemplate<java.lang.Object,org.refcodes.tabular.Column<? extends java.lang.Object>>, org.refcodes.tabular.Header<java.lang.Object>, org.refcodes.tabular.HeaderTemplate<java.lang.Object,org.refcodes.tabular.Column<? extends java.lang.Object>>

    public class RuntimeLoggerHeaderImpl
    extends org.refcodes.tabular.HeaderImpl<java.lang.Object>
    The Class RuntimeLoggerHeaderImpl.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.structure.Keys

        org.refcodes.structure.Keys.MutableKeys<K extends java.lang.Object,V extends java.lang.Object>, org.refcodes.structure.Keys.MutableValues<K extends java.lang.Object,V extends java.lang.Object>
    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setPrintStackTrace​(org.refcodes.tabular.PrintStackTrace aPrintStackTrace)
      Sets the prints the stack trace.
      • Methods inherited from class java.util.AbstractCollection

        containsAll, toString
      • 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, values
      • Methods inherited from class java.util.AbstractList

        equals, hashCode
      • Methods inherited from class java.util.ArrayList

        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
      • Methods inherited from interface org.refcodes.structure.Clearable

        clear
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream
      • Methods inherited from interface org.refcodes.tabular.ColumnsTemplate

        containsValue, withColumns
      • Methods inherited from interface org.refcodes.tabular.HeaderTemplate

        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
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface org.refcodes.structure.Keys

        containsKey, get, get, keySet, use, values
      • Methods inherited from interface org.refcodes.structure.Keys.MutableKeys

        delete
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RuntimeLoggerHeaderImpl

        public RuntimeLoggerHeaderImpl()
        Instantiates a new runtime logger header impl.
      • RuntimeLoggerHeaderImpl

        public RuntimeLoggerHeaderImpl​(org.refcodes.tabular.PrintStackTrace aPrintStackTrace)
        Instantiates a new runtime logger header impl.
        Parameters:
        aPrintStackTrace - the print stack trace
    • Method Detail

      • setPrintStackTrace

        public void setPrintStackTrace​(org.refcodes.tabular.PrintStackTrace aPrintStackTrace)
        Sets the prints the stack trace.
        Parameters:
        aPrintStackTrace - the new prints the stack trace