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.

@FunctionalInterface
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
    T build​(long index, SortValue sortValue)  
  • Method Details

    • build

      T build​(long index, SortValue sortValue) throws java.io.IOException
      Throws:
      java.io.IOException