Relates :
|
Add two methods (all and sub-range variants) to Arrays that perform array equality given a Comparator. This completes the set of methods introduced in JDK-8033148 (Lexicographic comparators and mismatchers for arrays). Additionally include an Objects.compare methods thus simplifying the specification and implementation of methods in JDK-8033148.