class org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet$TripletonSetIterator 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.ImmutableTripletonSet$TripletonSetIterator
super_class: org.eclipse.collections.impl.set.immutable.AbstractImmutableSet$ImmutableSetIterator
{
final org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet this$0;
descriptor: Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet);
descriptor: (Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet$TripletonSetIterator this
0: .line 158
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet$TripletonSetIterator.this$0:Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet;
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.ImmutableTripletonSet$TripletonSetIterator this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet$TripletonSetIterator;
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.ImmutableTripletonSet$TripletonSetIterator this
start local 1 // int i
0: .line 164
iload 1 /* i */
ifne 2
1: .line 166
aload 0 /* this */
getfield org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet$TripletonSetIterator.this$0:Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet;
getfield org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet.element1:Ljava/lang/Object;
areturn
2: .line 168
StackMap locals:
StackMap stack:
iload 1 /* i */
iconst_1
if_icmpne 4
3: .line 170
aload 0 /* this */
getfield org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet$TripletonSetIterator.this$0:Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet;
getfield org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet.element2:Ljava/lang/Object;
areturn
4: .line 172
StackMap locals:
StackMap stack:
iload 1 /* i */
iconst_2
if_icmpne 6
5: .line 174
aload 0 /* this */
getfield org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet$TripletonSetIterator.this$0:Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet;
getfield org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet.element3:Ljava/lang/Object;
areturn
6: .line 176
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.ImmutableTripletonSet$TripletonSetIterator this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableTripletonSet$TripletonSetIterator;
0 7 1 i I
Signature: (I)TT;
MethodParameters:
Name Flags
i
}
Signature: Lorg/eclipse/collections/impl/set/immutable/AbstractImmutableSet<TT;>.ImmutableSetIterator;
SourceFile: "ImmutableTripletonSet.java"
NestHost: org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet
InnerClasses:
protected abstract ImmutableSetIterator = org.eclipse.collections.impl.set.immutable.AbstractImmutableSet$ImmutableSetIterator of org.eclipse.collections.impl.set.immutable.AbstractImmutableSet
private TripletonSetIterator = org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet$TripletonSetIterator of org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet