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

  public abstract boolean contains(byte);
    descriptor: (B)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 byte[] toArray();
    descriptor: ()[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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