Uses of Interface
org.ddogleg.struct.CircularArray_I64.Match
Packages that use CircularArray_I64.Match
-
Uses of CircularArray_I64.Match in org.ddogleg.struct
Methods in org.ddogleg.struct with parameters of type CircularArray_I64.MatchModifier and TypeMethodDescriptionintCircularArray_I64.indexOf(int offset, CircularArray_I64.Match condition) Searches for the next element starting at index "offset" that the passed in condition is true for.