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

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

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).
 */
 @javax.annotation.Generated(date = "2013-07-09T09:54:21+0200", value = "HPPC generated from: ShortLookupContainer.java") 
public interface ShortLookupContainer extends ShortContainer
{
    public boolean contains(short e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy