Class HtmlHighlighter.Range

  • Enclosing class:
    HtmlHighlighter

    protected static class HtmlHighlighter.Range
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int lower  
      int upper  
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(int lower, int upper)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • lower

        public final int lower
      • upper

        public final int upper
    • Constructor Detail

      • Range

        public Range​(int lower,
                     int upper)