public interface com.carrotsearch.hppc.ByteCollection extends com.carrotsearch.hppc.ByteContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.carrotsearch.hppc.ByteCollection
  super_class: java.lang.Object
{
  public abstract int removeAll(byte);
    descriptor: (B)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

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

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

  public abstract int retainAll(com.carrotsearch.hppc.ByteLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/ByteLookupContainer;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      c     

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

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void release();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ByteCollection.java"