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

com.carrotsearch.hppc.ObjectLookupContainer Maven / Gradle / Ivy

The newest version!
package com.carrotsearch.hppc;

/**
 * Marker interface for containers that can check if they contain a given object
 * in at least time O(log n) and ideally in amortized constant time
 * O(1).
 */
 @com.carrotsearch.hppc.Generated(
    date = "2018-05-21T12:24:05+0200",
    value = "KTypeLookupContainer.java") 
public interface ObjectLookupContainer extends ObjectContainer {
  public boolean contains(KType e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy