Class Tabulator.SpanInfo<T extends DimensionEntry>

  • Enclosing class:
    Tabulator

    protected static class Tabulator.SpanInfo<T extends DimensionEntry>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T lastEntry  
      protected int span  
    • Constructor Summary

      Constructors 
      Constructor Description
      SpanInfo​(int span, T lastEntry)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • span

        protected final int span
    • Constructor Detail

      • SpanInfo

        public SpanInfo​(int span,
                        T lastEntry)