java.com.carrotsearch.hppc.predicates.DoubleObjectPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hppc Show documentation
Show all versions of hppc Show documentation
Libraries for Elasticsearch
The newest version!
package com.carrotsearch.hppc.predicates;
/**
* A predicate that applies to double
, Object
pairs.
*/
@com.carrotsearch.hppc.Generated(
date = "2018-05-21T12:24:07+0200",
value = "KTypeVTypePredicate.java")
public interface DoubleObjectPredicate {
public boolean apply(double key, VType value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy