Skip to content

'ProxySorter' should be able to sort array slices #763

Closed
@jenetics

Description

It is currently not possible to sort a slice of an array with the ProxySorter class.

public static <T> int[] sort(
    final T array,
    final int fromIndex, // Inclusively
    final int toIndex,   // Exlusively
    final Comparator<? super T> comparator
); 

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions