Uses of Interface
org.ddogleg.struct.FastAccess.FunctionEach
-
Uses of FastAccess.FunctionEach in org.ddogleg.struct
Modifier and TypeMethodDescriptionvoid
FastAccess.forEach
(int idx0, int idx1, FastAccess.FunctionEach<T> function) For each with a range of values specifiedvoid
FastAccess.forEach
(FastAccess.FunctionEach<T> function) The passed in function is called once for each element in the list