public abstract class Pattern extends Object
Pattern()
static Pattern
compile(String pattern, String wildcard)
abstract String[]
match(String str)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pattern()
public abstract String[] match(String str)
str
public static Pattern compile(String pattern, String wildcard)
Copyright © 2016. All rights reserved.