package com.carrotsearch.hppc.predicates;

A predicate that applies to short, char pairs.
/** * A predicate that applies to <code>short</code>, <code>char</code> pairs. */
@com.carrotsearch.hppc.Generated( date = "2018-05-21T12:24:06+0200", value = "KTypeVTypePredicate.java") public interface ShortCharPredicate { public boolean apply(short key, char value); }