Package org.noggit

Class CharUtil


  • public class CharUtil
    extends java.lang.Object
    Version:
    $Id: CharUtil.java 479919 2006-11-28 05:53:55Z yonik $
    • Constructor Summary

      Constructors 
      Constructor Description
      CharUtil()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(char[] a, int a_start, int a_end, char[] b, int b_start, int b_end)  
      long parseLong​(char[] arr, int start, int end)  
      • Methods inherited from class java.lang.Object

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

      • CharUtil

        public CharUtil()
    • Method Detail

      • parseLong

        public long parseLong​(char[] arr,
                              int start,
                              int end)
      • compare

        public int compare​(char[] a,
                           int a_start,
                           int a_end,
                           char[] b,
                           int b_start,
                           int b_end)