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

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

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

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

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