public interface org.pcollections.PSequence<E> extends org.pcollections.PCollection<E>, java.util.List<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.pcollections.PSequence
  super_class: java.lang.Object
{
  public abstract org.pcollections.PSequence<E> plus(E);
    descriptor: (Ljava/lang/Object;)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TE;)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      e     

  public abstract org.pcollections.PSequence<E> plusAll(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<+TE;>;)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      list  

  public abstract org.pcollections.PSequence<E> with(int, E);
    descriptor: (ILjava/lang/Object;)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ITE;)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      i     
      e     

  public abstract org.pcollections.PSequence<E> plus(int, E);
    descriptor: (ILjava/lang/Object;)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ITE;)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      i     
      e     

  public abstract org.pcollections.PSequence<E> plusAll(int, java.util.Collection<? extends E>);
    descriptor: (ILjava/util/Collection;)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/util/Collection<+TE;>;)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      i     
      list  

  public abstract org.pcollections.PSequence<E> minus();
    descriptor: (Ljava/lang/Object;)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Object;)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      e     

  public abstract org.pcollections.PSequence<E> minusAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<*>;)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      list  

  public abstract org.pcollections.PSequence<E> minus(int);
    descriptor: (I)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
      Name  Flags
      i     

  public abstract org.pcollections.PSequence<E> subList(int, int);
    descriptor: (II)Lorg/pcollections/PSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (II)Lorg/pcollections/PSequence<TE;>;
    MethodParameters:
       Name  Flags
      start  
      end    

  public abstract boolean addAll(int, java.util.Collection<? extends E>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/util/Collection<+TE;>;)Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      index  
      c      

  public abstract E set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ITE;)TE;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      index    
      element  

  public abstract void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ITE;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      index    
      element  

  public abstract E remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)TE;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      index  

  public org.pcollections.PCollection plus(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/pcollections/PCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokeinterface org.pcollections.PSequence.plus:(Ljava/lang/Object;)Lorg/pcollections/PSequence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.pcollections.PCollection minusAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/pcollections/PCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.pcollections.PSequence.minusAll:(Ljava/util/Collection;)Lorg/pcollections/PSequence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokeinterface org.pcollections.PSequence.subList:(II)Lorg/pcollections/PSequence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.pcollections.PCollection minus(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/pcollections/PCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.pcollections.PSequence.minus:(Ljava/lang/Object;)Lorg/pcollections/PSequence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.pcollections.PCollection plusAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/pcollections/PCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.Collection
            invokeinterface org.pcollections.PSequence.plusAll:(Ljava/util/Collection;)Lorg/pcollections/PSequence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Lorg/pcollections/PCollection<TE;>;Ljava/util/List<TE;>;
SourceFile: "PSequence.java"