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

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

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

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