Class IndexOf

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int THRESHOLD  
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexOf()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int indexOf​(int[] array, int value)  
      static int indexOf​(long[] array, long value)  
      • Methods inherited from class java.lang.Object

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

      • THRESHOLD

        public static int THRESHOLD
    • Constructor Detail

      • IndexOf

        public IndexOf()
    • Method Detail

      • indexOf

        public static int indexOf​(int[] array,
                                  int value)
      • indexOf

        public static int indexOf​(long[] array,
                                  long value)