public interface com.carrotsearch.hppc.ObjectByteAssociativeContainer<KType> extends java.lang.Iterable<com.carrotsearch.hppc.cursors.ObjectByteCursor<KType>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.carrotsearch.hppc.ObjectByteAssociativeContainer
  super_class: java.lang.Object
{
  public abstract java.util.Iterator<com.carrotsearch.hppc.cursors.ObjectByteCursor<KType>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/ObjectByteCursor<TKType;>;>;

  public abstract boolean containsKey();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;)Z
    MethodParameters:
      Name  Flags
      key   

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int removeAll(com.carrotsearch.hppc.ObjectContainer<? super KType>);
    descriptor: (Lcom/carrotsearch/hppc/ObjectContainer;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/carrotsearch/hppc/ObjectContainer<-TKType;>;)I
    MethodParameters:
           Name  Flags
      container  

  public abstract int removeAll(com.carrotsearch.hppc.predicates.ObjectPredicate<? super KType>);
    descriptor: (Lcom/carrotsearch/hppc/predicates/ObjectPredicate;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/carrotsearch/hppc/predicates/ObjectPredicate<-TKType;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public abstract int removeAll(com.carrotsearch.hppc.predicates.ObjectBytePredicate<? super KType>);
    descriptor: (Lcom/carrotsearch/hppc/predicates/ObjectBytePredicate;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/carrotsearch/hppc/predicates/ObjectBytePredicate<-TKType;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public abstract <T extends com.carrotsearch.hppc.procedures.ObjectByteProcedure<? super KType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/ObjectByteProcedure;)Lcom/carrotsearch/hppc/procedures/ObjectByteProcedure;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T::Lcom/carrotsearch/hppc/procedures/ObjectByteProcedure<-TKType;>;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  

  public abstract <T extends com.carrotsearch.hppc.predicates.ObjectBytePredicate<? super KType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/ObjectBytePredicate;)Lcom/carrotsearch/hppc/predicates/ObjectBytePredicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T::Lcom/carrotsearch/hppc/predicates/ObjectBytePredicate<-TKType;>;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  

  public abstract com.carrotsearch.hppc.ObjectCollection<KType> keys();
    descriptor: ()Lcom/carrotsearch/hppc/ObjectCollection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/carrotsearch/hppc/ObjectCollection<TKType;>;

  public abstract com.carrotsearch.hppc.ByteContainer values();
    descriptor: ()Lcom/carrotsearch/hppc/ByteContainer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <KType:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<Lcom/carrotsearch/hppc/cursors/ObjectByteCursor<TKType;>;>;
SourceFile: "ObjectByteAssociativeContainer.java"