Class PathWatcher.PathMatcherSet
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<PathMatcher>, Collection<PathMatcher>, Predicate<Path>, Set<PathMatcher>
- Enclosing class:
PathWatcher
public static class PathWatcher.PathMatcherSet
extends HashSet<PathMatcher>
implements Predicate<Path>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
PathMatcherSet
public PathMatcherSet()
-
-
Method Details
-
test
-