- IdentifierPart - Static variable in class regexodus.Category
-
- IGNORE_CASE - Static variable in interface regexodus.REFlags
-
Pattern "a" matches both "a" and "A".
- IGNORE_SPACES - Static variable in interface regexodus.REFlags
-
Affects how the space characters are interpreted in the expression.
- indexOf(Object) - Method in class regexodus.ds.CharArrayList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- IntBitSet - Class in regexodus.ds
-
An implementation of BitSet (that does not technically extend BitSet due to BitSet not existing under GWT) using 32-bit
sections instead of the normal 64-bit (again, for GWT reasons; 64-bit integer math is slower on GWT).
- IntBitSet() - Constructor for class regexodus.ds.IntBitSet
-
- IntBitSet(int) - Constructor for class regexodus.ds.IntBitSet
-
- IntBitSet(int, int) - Constructor for class regexodus.ds.IntBitSet
-
Constructs a CharBitSet that includes all bits between start and end, inclusive.
- IntBitSet(int[]) - Constructor for class regexodus.ds.IntBitSet
-
- intersects(IntBitSet) - Method in class regexodus.ds.IntBitSet
-
- isCaptured() - Method in class regexodus.Matcher
-
- isCaptured(int) - Method in class regexodus.Matcher
-
- isCaptured(String) - Method in class regexodus.Matcher
-
- isCaptured() - Method in interface regexodus.MatchResult
-
- isCaptured(int) - Method in interface regexodus.MatchResult
-
- isCaptured(String) - Method in interface regexodus.MatchResult
-
- isEmpty() - Method in class regexodus.ds.CharArrayList
-
- isEmpty() - Method in class regexodus.ds.CharCharMap
-
- isEmpty() - Method in class regexodus.ds.IntBitSet
-
- isEmptyEnabled() - Method in class regexodus.RETokenizer
-
- isStart() - Method in class regexodus.Matcher
-
- iterator() - Method in class regexodus.ds.CharArrayList
-