final class org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator implements org.eclipse.collections.api.iterator.CharIterator
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator
super_class: java.lang.Object
{
private final org.eclipse.collections.api.iterator.CharIterator iterator;
descriptor: Lorg/eclipse/collections/api/iterator/CharIterator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate;
descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private char next;
descriptor: C
flags: (0x0002) ACC_PRIVATE
private boolean verifiedHasNext;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private void <init>(org.eclipse.collections.api.CharIterable, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.CharIterable.charIterator:()Lorg/eclipse/collections/api/iterator/CharIterator;
aload 2
invokespecial org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.<init>:(Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectCharIterable$SelectCharIterator;
0 2 1 iterable Lorg/eclipse/collections/api/CharIterable;
0 2 2 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
iterable
predicate
private void <init>(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.verifiedHasNext:Z
2: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.iterator:Lorg/eclipse/collections/api/iterator/CharIterator;
3: aload 0
aload 2
putfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectCharIterable$SelectCharIterator;
0 5 1 iterator Lorg/eclipse/collections/api/iterator/CharIterator;
0 5 2 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
iterator
predicate
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.verifiedHasNext:Z
ifeq 7
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.iterator:Lorg/eclipse/collections/api/iterator/CharIterator;
invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
istore 1
start local 1 3: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
iload 1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifeq 7
4: aload 0
iload 1
putfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.next:C
5: aload 0
iconst_1
putfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.verifiedHasNext:Z
6: iconst_1
ireturn
end local 1 7: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.iterator:Lorg/eclipse/collections/api/iterator/CharIterator;
invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
ifne 2
8: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectCharIterable$SelectCharIterator;
3 7 1 temp C
public char next();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.verifiedHasNext:Z
ifne 1
aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.hasNext:()Z
ifeq 3
1: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.verifiedHasNext:Z
2: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator.next:C
ireturn
3: StackMap locals:
StackMap stack:
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/lazy/primitive/SelectCharIterable$SelectCharIterator;
}
SourceFile: "SelectCharIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.SelectCharIterable
InnerClasses:
private final SelectCharIterator = org.eclipse.collections.impl.lazy.primitive.SelectCharIterable$SelectCharIterator of org.eclipse.collections.impl.lazy.primitive.SelectCharIterable