- f - Variable in class regexodus.ds.CharCharMap
-
The acceptable load factor.
- find() - Method in class regexodus.Matcher
-
Searches through a target for a matching substring, starting from just after the end of last match.
- find(int) - Method in class regexodus.Matcher
-
Searches through a target for a matching substring, starting from just after the end of last match.
- findAll() - Method in class regexodus.Matcher
-
The same as findAll(int), but with default behaviour;
- findAll(int) - Method in class regexodus.Matcher
-
Returns an iterator over the matches found by subsequently calling find(options), the search starts from the zero position.
- first - Variable in class regexodus.Term
-
- flip(int) - Method in class regexodus.ds.IntBitSet
-
- flip(int, int) - Method in class regexodus.ds.IntBitSet
-
- flush() - Method in class regexodus.Matcher
-
Resets the internal state.