Package jline.console

Class WCWidth


  • public class WCWidth
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  WCWidth.Interval  
    • Constructor Summary

      Constructors 
      Constructor Description
      WCWidth()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static boolean bisearch​(int ucs, WCWidth.Interval[] table, int max)  
      static int wcwidth​(int ucs)  
      • Methods inherited from class java.lang.Object

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

      • WCWidth

        public WCWidth()
    • Method Detail

      • wcwidth

        public static int wcwidth​(int ucs)
      • bisearch

        private static boolean bisearch​(int ucs,
                                        WCWidth.Interval[] table,
                                        int max)