Class IncludeExcludeSet.SetContainsPredicate<T>

java.lang.Object
org.eclipse.jetty.util.IncludeExcludeSet.SetContainsPredicate<T>
All Implemented Interfaces:
Predicate<T>
Enclosing class:
IncludeExcludeSet<T,P>

private static class IncludeExcludeSet.SetContainsPredicate<T> extends Object implements Predicate<T>
  • Field Details

    • set

      private final Set<T> set
  • Constructor Details

    • SetContainsPredicate

      public SetContainsPredicate(Set<T> set)
  • Method Details