Class PrimaryOwnerFilter<K>

  • All Implemented Interfaces:
    java.util.function.Predicate<K>, KeyFilter<K>

    public class PrimaryOwnerFilter<K>
    extends java.lang.Object
    implements KeyFilter<K>
    Since:
    6.0
    Author:
    Mircea Markus
    • Method Detail

      • accept

        public boolean accept​(K key)
        Specified by:
        accept in interface KeyFilter<K>
        Parameters:
        key - key to test
        Returns:
        true if the given key is accepted by this filter.