Class ArrayTools


  • public class ArrayTools
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayTools()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int findFirst​(char c, int start, int offset, char[] array)  
      static int findLast​(char c, int start, int offset, char[] array)  
      • Methods inherited from class java.lang.Object

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

      • ArrayTools

        public ArrayTools()
    • Method Detail

      • findFirst

        public static int findFirst​(char c,
                                    int start,
                                    int offset,
                                    char[] array)
      • findLast

        public static int findLast​(char c,
                                   int start,
                                   int offset,
                                   char[] array)