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

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

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

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

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

  public abstract int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      o     

  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.POrderedSet.plus:(Ljava/lang/Object;)Lorg/pcollections/POrderedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.pcollections.PSet plus(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/pcollections/PSet;
    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.POrderedSet.plus:(Ljava/lang/Object;)Lorg/pcollections/POrderedSet;
            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.POrderedSet.minusAll:(Ljava/util/Collection;)Lorg/pcollections/POrderedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.pcollections.PSet minusAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/pcollections/PSet;
    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.POrderedSet.minusAll:(Ljava/util/Collection;)Lorg/pcollections/POrderedSet;
            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.POrderedSet.minus:(Ljava/lang/Object;)Lorg/pcollections/POrderedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.pcollections.PSet minus(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/pcollections/PSet;
    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.POrderedSet.minus:(Ljava/lang/Object;)Lorg/pcollections/POrderedSet;
            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.POrderedSet.plusAll:(Ljava/util/Collection;)Lorg/pcollections/POrderedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.pcollections.PSet plusAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/pcollections/PSet;
    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.POrderedSet.plusAll:(Ljava/util/Collection;)Lorg/pcollections/POrderedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Lorg/pcollections/PSet<TE;>;
SourceFile: "POrderedSet.java"