Class Result.SortByDownloadPartNumber

  • All Implemented Interfaces:
    Comparator<Result>
    Enclosing class:
    Result

    public static class Result.SortByDownloadPartNumber
    extends Object
    implements Comparator<Result>
    This is an implementation of the Comparator interface used to sort the list of Result objects returned by background threads downloading parts of a file. This is used internally by the file download implementation.
    • Constructor Detail

      • SortByDownloadPartNumber

        public SortByDownloadPartNumber()