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

  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.IntCharPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntCharPredicate;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      predicate  

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

  public abstract <T extends com.carrotsearch.hppc.predicates.IntCharPredicate> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntCharPredicate;)Lcom/carrotsearch/hppc/predicates/IntCharPredicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T::Lcom/carrotsearch/hppc/predicates/IntCharPredicate;>(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.CharContainer values();
    descriptor: ()Lcom/carrotsearch/hppc/CharContainer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lcom/carrotsearch/hppc/cursors/IntCharCursor;>;
SourceFile: "IntCharAssociativeContainer.java"