Interface EntryFilter<K,​V>

    • Method Detail

      • evaluateEntry

        boolean evaluateEntry​(Map.Entry<? extends K,​? extends V> entry)
        Apply the test to a Map Entry.
        Parameters:
        entry - the Map Entry to evaluate; never null
        Returns:
        true if the test passes, false otherwise