|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.font.DefaultStringMatcher
public class DefaultStringMatcher
Matches two Strings if they are both null or equal ignoring case.
| Constructor Summary | |
|---|---|
DefaultStringMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
match(java.lang.String leftValue,
java.lang.String rightValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultStringMatcher()
| Method Detail |
|---|
public boolean match(java.lang.String leftValue,
java.lang.String rightValue)
match in interface Matcher<java.lang.String>leftValue - the left valuerightValue - the right value
true if the left and right values match, false otherwiseMatcher.match(Object, Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||