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

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

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

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

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

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

  public abstract com.carrotsearch.hppc.CharCollection keys();
    descriptor: ()Lcom/carrotsearch/hppc/CharCollection;
    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/CharCharCursor;>;
SourceFile: "CharCharAssociativeContainer.java"