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

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

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

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

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

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

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