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

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

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

  public abstract <T extends com.carrotsearch.hppc.predicates.CharObjectPredicate<? super VType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/CharObjectPredicate;)Lcom/carrotsearch/hppc/predicates/CharObjectPredicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T::Lcom/carrotsearch/hppc/predicates/CharObjectPredicate<-TVType;>;>(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.ObjectContainer<VType> values();
    descriptor: ()Lcom/carrotsearch/hppc/ObjectContainer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/carrotsearch/hppc/ObjectContainer<TVType;>;
}
Signature: <VType:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<Lcom/carrotsearch/hppc/cursors/CharObjectCursor<TVType;>;>;
SourceFile: "CharObjectAssociativeContainer.java"