Uses of Class
com.facilita.fc.jni.RegExpMatch
-
Packages that use RegExpMatch Package Description com.facilita.fc.jni Contains useful utility classes. -
-
Uses of RegExpMatch in com.facilita.fc.jni
Methods in com.facilita.fc.jni that return RegExpMatch Modifier and Type Method Description RegExpMatchRegExpMatchList. get(int i)Gets the nth match in the list.Methods in com.facilita.fc.jni with parameters of type RegExpMatch Modifier and Type Method Description voidRegExpMatchList. add(RegExpMatch x)Adds aRegExpMatchto the list.static longRegExpMatch. getCPtr(RegExpMatch obj)For internal use only.voidRegExpMatchList. set(int i, RegExpMatch val)Sets the nth match in the list.
-