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