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

  public abstract boolean contains(char);
    descriptor: (C)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  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 char[] toArray();
    descriptor: ()[C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract <T extends com.carrotsearch.hppc.predicates.CharPredicate> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/CharPredicate;)Lcom/carrotsearch/hppc/predicates/CharPredicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T::Lcom/carrotsearch/hppc/predicates/CharPredicate;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lcom/carrotsearch/hppc/cursors/CharCursor;>;
SourceFile: "CharContainer.java"