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

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

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

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