Uses of Interface
org.ddogleg.struct.FastAccess.FunctionMatches
-
Uses of FastAccess.FunctionMatches in org.ddogleg.struct
Modifier and TypeMethodDescriptionint
FastAccess.count
(FastAccess.FunctionMatches<T> test) Counts the number of times an element returns true when passed into 'test'FastAccess.filter
(FastAccess.FunctionMatches<T> function) Same asFastAccess.findAll(java.util.List<T>, org.ddogleg.struct.FastAccess.FunctionMatches<T>)
but returns a new list.FastAccess.find
(FastAccess.FunctionMatches<T> function) Returns the first instance which matches the function.boolean
FastAccess.findAll
(List<T> matches, FastAccess.FunctionMatches<T> function) Finds the indexes of all elements which match.boolean
FastAccess.findAllIdx
(DogArray_I32 matches, FastAccess.FunctionMatches<T> function) Finds the indexes of all elements which match.int
FastAccess.findIdx
(FastAccess.FunctionMatches<T> function) Returns the first instance's index which matches the function.