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

  public abstract int removeLast(double);
    descriptor: (D)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract void addFirst(double);
    descriptor: (D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract void addLast(double);
    descriptor: (D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract double removeFirst();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double removeLast();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getFirst();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getLast();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Iterator<com.carrotsearch.hppc.cursors.DoubleCursor> descendingIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/DoubleCursor;>;

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

  public abstract <T extends com.carrotsearch.hppc.predicates.DoublePredicate> T descendingForEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/DoublePredicate;)Lcom/carrotsearch/hppc/predicates/DoublePredicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T::Lcom/carrotsearch/hppc/predicates/DoublePredicate;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  
}
SourceFile: "DoubleDeque.java"