Class IncludeExclude<ITEM>

  • Type Parameters:
    ITEM - The type of element
    All Implemented Interfaces:
    Predicate<ITEM>

    @Deprecated(since="2021-05-27")
    public class IncludeExclude<ITEM>
    extends IncludeExcludeSet<ITEM,​ITEM>
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Utility class to maintain a set of inclusions and exclusions.

    This extension of the IncludeExcludeSet class is used when the type of the set elements is the same as the type of the predicate test.

    • Constructor Detail

      • IncludeExclude

        public IncludeExclude()
        Deprecated.
      • IncludeExclude

        public IncludeExclude​(Class<SET> setClass)
        Deprecated.