Package com.polytechnik.utils
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.
An interface to compare array element indexes.
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(int p1, int p2) static IntPTRCompare
sortAscending
(double[] vals) static IntPTRCompare
sortDescending
(double[] vals)
-
Method Details
-
compare
int compare(int p1, int p2) -
sortAscending
-
sortDescending
-