Interface Aggregator.BucketComparator

Enclosing class:
Aggregator
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 Aggregator.BucketComparator
Compare two buckets by their ordinal.
  • Method Summary

    Modifier and Type Method Description
    int compare​(long lhs, long rhs)
    Compare two buckets by their ordinal.
  • Method Details

    • compare

      int compare​(long lhs, long rhs)
      Compare two buckets by their ordinal.