Class PathWatcher.PathMatcherSet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<PathMatcher>
org.eclipse.jetty.util.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 Details

    • PathMatcherSet

      public PathMatcherSet()
  • Method Details