public abstract class PatternMatchUtils extends ObjectSE
コンストラクターと説明 |
---|
PatternMatchUtils() |
修飾子と型 | メソッドと説明 |
---|---|
static boolean | simpleMatch(StringSE[] patterns, StringSE str) 「xxx*」、「*xxx」、「*xxx*」、「xxx* yyy」の一致(任意の数のパターンパーツを使用)、および次の単純なパターンスタイルをサポートする、指定されたパターンに対して文字列を照合します。直接の等価。 |
static boolean | simpleMatch(StringSE pattern, StringSE str) 指定されたパターンに対して文字列を照合し、次の単純なパターンスタイルをサポートします: 「xxx*」、「*xxx」、「*xxx*」、「xxx* yyy」のマッチ(パターンパーツの任意の数)、および直接等価。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE