- M - Static variable in class regexodus.Category
-
- mask - Variable in class regexodus.ds.CharCharMap
-
The mask for wrapping a position counter.
- MATCH - Static variable in interface regexodus.MatchResult
-
- Matcher - Class in regexodus
-
Matcher is an automaton that actually performs matching.
- Matcher(Pattern) - Constructor for class regexodus.Matcher
-
- matcher() - Method in class regexodus.Pattern
-
Returns a target-less matcher.
- matcher(CharSequence) - Method in class regexodus.Pattern
-
Returns a matcher for a specified string.
- matcher(char[], int, int) - Method in class regexodus.Pattern
-
Returns a matcher for a specified region.
- matcher(MatchResult, int) - Method in class regexodus.Pattern
-
Returns a matcher for a match result (in a performance-friendly way).
- matcher(MatchResult, String) - Method in class regexodus.Pattern
-
Just as above, yet with symbolic group name.
- matcher(Reader, int) - Method in class regexodus.Pattern
-
Returns a matcher taking a text stream as target.
- matches() - Method in class regexodus.Matcher
-
Tells whether a current target matches the whole pattern.
- matches(String) - Method in class regexodus.Matcher
-
Just a combination of setTarget(String) and matches().
- matches(String) - Method in class regexodus.Pattern
-
A shorthand for Pattern.matcher(String).matches().
- matchesPrefix() - Method in class regexodus.Matcher
-
Tells whether the entire target matches the beginning of the pattern.
- MatchIterator - Interface in regexodus
-
- MatchResult - Interface in regexodus
-
- MAX_WEIGHT - Static variable in interface regexodus.UnicodeConstants
-
- maxFill - Variable in class regexodus.ds.CharCharMap
-
Threshold after which we rehash.
- maxFill(int, float) - Static method in class regexodus.ds.CharCharMap
-
Returns the maximum number of entries that can be filled before rehashing.
- maxFill(long, float) - Static method in class regexodus.ds.CharCharMap
-
Returns the maximum number of entries that can be filled before rehashing.
- Mc - Static variable in class regexodus.Category
-
- Mc - Static variable in interface regexodus.UnicodeConstants
-
- Me - Static variable in class regexodus.Category
-
- Me - Static variable in interface regexodus.UnicodeConstants
-
- Mn - Static variable in class regexodus.Category
-
- Mn - Static variable in interface regexodus.UnicodeConstants
-
- MULTILINE - Static variable in interface regexodus.REFlags
-
Affects the behaviour of "^" and "$" tags.