public class PathSpecSet extends AbstractSet<String> implements Predicate<String>
Used by IncludeExclude logic
| Constructor and Description |
|---|
PathSpecSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String s) |
void |
clear() |
Iterator<String> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
boolean |
test(String s) |
equals, hashCode, removeAlladdAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collection<String>size in interface Set<String>size in class AbstractCollection<String>public boolean add(String s)
add in interface Collection<String>add in interface Set<String>add in class AbstractCollection<String>public boolean remove(Object o)
remove in interface Collection<String>remove in interface Set<String>remove in class AbstractCollection<String>public void clear()
clear in interface Collection<String>clear in interface Set<String>clear in class AbstractCollection<String>Copyright © 1995–2017 Webtide. All rights reserved.