MG
Size: a a a
MG
AC
AR
AC
MG
AC
AC
public Matcher matcher(CharSequence input) {
if (!compiled) {
synchronized(this) {
if (!compiled)
compile();
}
}
Matcher m = new Matcher(this, input);
return m;
}
AC
MG
AR
public Matcher matcher(CharSequence input) {
if (!compiled) {
synchronized(this) {
if (!compiled)
compile();
}
}
Matcher m = new Matcher(this, input);
return m;
}
AR
AR
MG
MG
AC
MG
compile
.AC
AC
AR
AC