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.
Compare two buckets by their ordinal.
-
Method Summary
Modifier and TypeMethodDescriptionint
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.
-