Interface StripeStatsHarvester.StripeRunConsumer
- Enclosing class:
StripeStatsHarvester
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Receives one maximal run of consecutive same-stripe positions
[from, to) in a page.-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(long ordinal, StripeStatsHarvester.StripeAccum acc, int from, int to)
-
Method Details
-
accept
-