Interface BucketedSort.ResultBuilder<T>

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

public static interface BucketedSort.ResultBuilder<T>
Used with BucketedSort.getValues(long, ResultBuilder) to build results from the sorting operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    build​(long index, SortValue sortValue)
     
  • Method Details

    • build

      T build(long index, SortValue sortValue) throws
      Throws: