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