class org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator extends org.eclipse.collections.impl.set.immutable.AbstractImmutableSet<T>.ImmutableSetIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator
  super_class: org.eclipse.collections.impl.set.immutable.AbstractImmutableSet$ImmutableSetIterator
{
  final org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet this$0;
    descriptor: Lorg/eclipse/collections/impl/set/immutable/ImmutableSingletonSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet);
    descriptor: (Lorg/eclipse/collections/impl/set/immutable/ImmutableSingletonSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator this
         0: .line 97
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator.this$0:Lorg/eclipse/collections/impl/set/immutable/ImmutableSingletonSet;
            aload 0 /* this */
            aload 1
            invokespecial org.eclipse.collections.impl.set.immutable.AbstractImmutableSet$ImmutableSetIterator.<init>:(Lorg/eclipse/collections/impl/set/immutable/AbstractImmutableSet;)V
            return
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableSingletonSet$SingletonSetIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  protected T getElement();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator this
        start local 1 // int i
         0: .line 103
            iload 1 /* i */
            ifne 2
         1: .line 105
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator.this$0:Lorg/eclipse/collections/impl/set/immutable/ImmutableSingletonSet;
            getfield org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet.element1:Ljava/lang/Object;
            areturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            new java.lang.StringBuilder
            dup
            ldc "i="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int i
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableSingletonSet$SingletonSetIterator;
            0    3     1     i  I
    Signature: (I)TT;
    MethodParameters:
      Name  Flags
      i     
}
Signature: Lorg/eclipse/collections/impl/set/immutable/AbstractImmutableSet<TT;>.ImmutableSetIterator;
SourceFile: "ImmutableSingletonSet.java"
NestHost: org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet
InnerClasses:
  protected abstract ImmutableSetIterator = org.eclipse.collections.impl.set.immutable.AbstractImmutableSet$ImmutableSetIterator of org.eclipse.collections.impl.set.immutable.AbstractImmutableSet
  private SingletonSetIterator = org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet$SingletonSetIterator of org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet