public class PatternSet
extends java.util.TreeSet<java.lang.String>
Constructor and Description |
---|
PatternSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
match(java.lang.String value)
Match the value against the patterns in the set.
|
boolean |
matchAll(java.lang.String value)
Match the value against the patterns in the set.
|
protected java.lang.String |
paramString()
Returns the patterns as a comma-separated string.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean match(java.lang.String value)
public boolean matchAll(java.lang.String value)
protected java.lang.String paramString()
public java.lang.String toString()
toString
in class java.util.AbstractCollection<java.lang.String>
Copyright ? Technia AB. All Rights Reserved.