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