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

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

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

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

  public abstract int retainAll(com.carrotsearch.hppc.predicates.IntPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntPredicate;)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: "IntCollection.java"