public interface com.carrotsearch.hppc.ObjectLookupContainer<KType> extends com.carrotsearch.hppc.ObjectContainer<KType>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.carrotsearch.hppc.ObjectLookupContainer
  super_class: java.lang.Object
{
  public abstract boolean contains();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;)Z
    MethodParameters:
      Name  Flags
      e     
}
Signature: <KType:Ljava/lang/Object;>Ljava/lang/Object;Lcom/carrotsearch/hppc/ObjectContainer<TKType;>;
SourceFile: "ObjectLookupContainer.java"