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

  public abstract boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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.IntContainer);
    descriptor: (Lcom/carrotsearch/hppc/IntContainer;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      container  

  public abstract int removeAll(com.carrotsearch.hppc.predicates.IntPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntPredicate;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      predicate  

  public abstract int removeAll(com.carrotsearch.hppc.predicates.IntLongPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntLongPredicate;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      predicate  

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

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

  public abstract com.carrotsearch.hppc.IntCollection keys();
    descriptor: ()Lcom/carrotsearch/hppc/IntCollection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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