Interface KeyFilter<K>

    • Field Detail

      • ACCEPT_ALL_FILTER

        static final KeyFilter ACCEPT_ALL_FILTER
        Deprecated.
    • Method Detail

      • accept

        boolean accept​(K key)
        Deprecated.
        Parameters:
        key - key to test
        Returns:
        true if the given key is accepted by this filter.
      • test

        default boolean test​(K k)
        Deprecated.
        Specified by:
        test in interface Predicate<K>