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

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

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

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