Class FutureSection

    • Constructor Summary

      Constructors 
      Constructor Description
      FutureSection​(char otherChar, java.util.List<java.lang.String> futureInfos)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.StringBuilder pushContents​(java.lang.StringBuilder sharedBuilder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FutureSection

        public FutureSection​(char otherChar,
                             @NotNull
                             java.util.List<java.lang.String> futureInfos)
    • Method Detail

      • pushContents

        @NotNull
        public java.lang.StringBuilder pushContents​(@NotNull
                                                    java.lang.StringBuilder sharedBuilder)
        Specified by:
        pushContents in class AbstractSMAPSection