class org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 implements java.util.Iterator<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2
  super_class: java.lang.Object
{
  private final java.util.Iterator<? extends E> iterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<+TE;>;

  final org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet this$1;
    descriptor: Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet);
    descriptor: (Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
         0: .line 351
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2.this$1:Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 352
            aload 0 /* this */
            aload 1
            invokestatic org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet.access$1:(Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet;)Ljava/util/Iterator;
            putfield org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2.iterator:Ljava/util/Iterator;
         2: .line 351
            return
        end local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
         0: .line 356
            aload 0 /* this */
            getfield org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet$2;

  public E next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
         0: .line 360
            aload 0 /* this */
            getfield org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet$2;
    Signature: ()TE;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
         0: .line 363
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet$2;

  public void forEachRemaining(java.util.function.Consumer<? super E>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
        start local 1 // java.util.function.Consumer action
         0: .line 366
            aload 0 /* this */
            getfield org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2.iterator:Ljava/util/Iterator;
            aload 1 /* action */
            invokeinterface java.util.Iterator.forEachRemaining:(Ljava/util/function/Consumer;)V
         1: .line 367
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jboss/resteasy/core/StringParameterInjector$UnmodifiableTreeSet$2;
            0    2     1  action  Ljava/util/function/Consumer<-TE;>;
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    MethodParameters:
        Name  Flags
      action  
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TE;>;
SourceFile: "StringParameterInjector.java"
EnclosingMethod: org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet.descendingIterator:()Ljava/util/Iterator;
NestHost: org.jboss.resteasy.core.StringParameterInjector
InnerClasses:
  private final UnmodifiableTreeSet = org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet of org.jboss.resteasy.core.StringParameterInjector
  org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$2