Class Formatters.Segment

  • Enclosing class:
    Formatters

    static class Formatters.Segment
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int len  
      (package private) java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      Segment​(int len, java.lang.String text)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • len

        final int len
      • text

        final java.lang.String text
    • Constructor Detail

      • Segment

        Segment​(int len,
                java.lang.String text)