Interface LongShortPredicate



  • @Generated(date="2015-05-07T09:33:03+0200",
               value="KTypeVTypePredicate.java")
    public interface LongShortPredicate
    A predicate that applies to long, short pairs.
    • Method Summary

      Modifier and Type Method and Description
      boolean apply(long key, short value)
       
    • Method Detail

      • apply

        boolean apply(long key,
                      short value)