public class StringSetMatch
extends java.lang.Object
| Constructor and Description |
|---|
StringSetMatch(java.lang.String strings)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
match(java.lang.String string)
Returns true if the given string is contained in the value set.
|
java.lang.String |
toString() |
public StringSetMatch(java.lang.String strings)
strings - comma-separated list of Stringspublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean isEmpty()
public boolean match(java.lang.String string)
string - public java.lang.String toString()
toString in class java.lang.ObjectSpotBugs is licensed under the LGPL.