public class org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable
super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
{
private final org.eclipse.collections.api.list.primitive.CharList adapted;
descriptor: Lorg/eclipse/collections/api/list/primitive/CharList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.eclipse.collections.api.list.primitive.CharList);
descriptor: (Lorg/eclipse/collections/api/list/primitive/CharList;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
0 3 1 newAdapted Lorg/eclipse/collections/api/list/primitive/CharList;
MethodParameters:
Name Flags
newAdapted
public static org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable adapt(org.eclipse.collections.api.list.primitive.CharList);
descriptor: (Lorg/eclipse/collections/api/list/primitive/CharList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.<init>:(Lorg/eclipse/collections/api/list/primitive/CharList;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 charList Lorg/eclipse/collections/api/list/primitive/CharList;
MethodParameters:
Name Flags
charList
public org.eclipse.collections.api.iterator.CharIterator charIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/CharIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public void each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.charIterator:()Lorg/eclipse/collections/api/iterator/CharIterator;
astore 2
start local 2 1: goto 3
2: StackMap locals: org.eclipse.collections.api.iterator.CharIterator
StackMap stack:
aload 1
aload 2
invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
invokeinterface org.eclipse.collections.api.block.procedure.primitive.CharProcedure.value:(C)V
3: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
ifne 2
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/ReverseCharIterable;
0 5 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
1 5 2 iterator Lorg/eclipse/collections/api/iterator/CharIterator;
MethodParameters:
Name Flags
procedure
public long sum();
descriptor: ()J
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.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.sum:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public char max();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.max:()C
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public char min();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.min:()C
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public char minIfEmpty(char);
descriptor: (C)C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.isEmpty:()Z
ifeq 2
1: iload 1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.min:()C
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
0 3 1 defaultValue C
MethodParameters:
Name Flags
defaultValue
public char maxIfEmpty(char);
descriptor: (C)C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.isEmpty:()Z
ifeq 2
1: iload 1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.max:()C
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
0 3 1 defaultValue C
MethodParameters:
Name Flags
defaultValue
public double average();
descriptor: ()D
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.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.average:()D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public double median();
descriptor: ()D
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.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.median:()D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public char[] toSortedArray();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.toSortedArray:()[C
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public char[] toArray();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.size:()I
newarray 5
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.charIterator:()Lorg/eclipse/collections/api/iterator/CharIterator;
astore 3
start local 3 3: goto 6
4: StackMap locals: char[] int org.eclipse.collections.api.iterator.CharIterator
StackMap stack:
aload 1
iload 2
aload 3
invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
castore
5: iinc 2 1
6: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
ifne 4
7: aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
1 8 1 results [C
2 8 2 index I
3 8 3 iterator Lorg/eclipse/collections/api/iterator/CharIterator;
public boolean contains(char);
descriptor: (C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.CharList.contains:(C)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
0 1 1 value C
MethodParameters:
Name Flags
value
public boolean containsAll(char[]);
descriptor: ([C)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.CharList.containsAll:([C)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
0 1 1 source [C
MethodParameters:
Name Flags
source
public boolean containsAll(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.CharList.containsAll:(Lorg/eclipse/collections/api/CharIterable;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
0 1 1 source Lorg/eclipse/collections/api/CharIterable;
MethodParameters:
Name Flags
source
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.isEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public boolean notEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
invokeinterface org.eclipse.collections.api.list.primitive.CharList.notEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public org.eclipse.collections.api.list.primitive.MutableCharList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.newList:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/CharArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public org.eclipse.collections.api.set.primitive.MutableCharSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.newSet:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public org.eclipse.collections.api.bag.primitive.MutableCharBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag.newBag:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/CharHashBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
public org.eclipse.collections.api.LazyCharIterable asLazy();
descriptor: ()Lorg/eclipse/collections/api/LazyCharIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter.<init>:(Lorg/eclipse/collections/api/CharIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
}
SourceFile: "ReverseCharIterable.java"
NestMembers:
org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator
InnerClasses:
private ReverseCharIterator = org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator of org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable