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

com.carrotsearch.hppc.predicates.CharObjectPredicate Maven / Gradle / Ivy

Go to download

High Performance Primitive Collections: data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution.

There is a newer version: 0.10.0
Show newest version
package com.carrotsearch.hppc.predicates;

/**
 * A predicate that applies to char, Object pairs.
 */
 @com.carrotsearch.hppc.Generated(
    date = "2021-06-08T13:12:55+0200",
    value = "KTypeVTypePredicate.java") 
public interface CharObjectPredicate {
  public boolean apply(char key, VType value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy