Package jline.console

Class WCWidth.Interval

  • Enclosing class:
    WCWidth

    private static class WCWidth.Interval
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int first  
      int last  
    • Constructor Summary

      Constructors 
      Constructor Description
      Interval​(int first, int last)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • first

        public final int first
      • last

        public final int last
    • Constructor Detail

      • Interval

        public Interval​(int first,
                        int last)