public abstract static class Regex.Matcher extends Object
Regex.Matcher()
abstract Regex.Match[]
find(CharSequence s)
abstract boolean
matches(CharSequence s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Regex.Matcher()
public abstract boolean matches(CharSequence s)
public abstract Regex.Match[] find(CharSequence s)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.