Package org.ddogleg.struct
Interface BigDogArrayBase.FunctionEachRange<Array>
- Enclosing class:
- BigDogArrayBase<Array>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
process
Passes in internal blocks to be processed in chunks- Parameters:
block
- Array block to processidx0
- First valid index in the array, inclusiveidx1
- Last index in the array, exclusiveoffset
- The number of elements offset from the first element it requested
-