Interface IntPTRCompare

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IntPTRCompare
An interface to compare array element indexes.
  • Method Details

    • compare

      int compare(int p1, int p2)
    • sortAscending

      static IntPTRCompare sortAscending(double[] vals)
    • sortDescending

      static IntPTRCompare sortDescending(double[] vals)