All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.carrotsearch.hppcrt.predicates.ShortBytePredicate Maven / Gradle / Ivy

package com.carrotsearch.hppcrt.predicates;

/**
 * A predicate that applies to short, byte pairs.
 */
 @javax.annotation.Generated(
    date = "2017-07-11T19:16:32+0200",
    value = "KTypeVTypePredicate.java") 
public interface ShortBytePredicate
{
    boolean apply(short key, byte value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy