public interface org.eclipse.collections.api.list.primitive.MutableCharList extends org.eclipse.collections.api.collection.primitive.MutableCharCollection, org.eclipse.collections.api.list.primitive.CharList
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.list.primitive.MutableCharList
super_class: java.lang.Object
{
public abstract void addAtIndex(int, char);
descriptor: (IC)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
element
public abstract boolean addAllAtIndex(int, char[]);
descriptor: (I[C)Z
flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
MethodParameters:
Name Flags
index
source
public abstract boolean addAllAtIndex(int, org.eclipse.collections.api.CharIterable);
descriptor: (ILorg/eclipse/collections/api/CharIterable;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
source
public abstract char removeAtIndex(int);
descriptor: (I)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
public abstract char set(int, char);
descriptor: (IC)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
element
public void swap(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.get:(I)C
istore 3
start local 3 1: aload 0
iload 1
aload 0
iload 2
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.get:(I)C
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.set:(IC)C
pop
2: aload 0
iload 2
iload 3
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.set:(IC)C
pop
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 4 1 index1 I
0 4 2 index2 I
1 4 3 value C
MethodParameters:
Name Flags
index1
index2
public abstract org.eclipse.collections.api.list.primitive.MutableCharList select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.list.primitive.MutableCharList reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.list.primitive.MutableCharList with(char);
descriptor: (C)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
element
public abstract org.eclipse.collections.api.list.primitive.MutableCharList without(char);
descriptor: (C)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
element
public abstract org.eclipse.collections.api.list.primitive.MutableCharList withAll(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
elements
public abstract org.eclipse.collections.api.list.primitive.MutableCharList withoutAll(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
elements
public org.eclipse.collections.api.list.primitive.MutableCharList tap(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
MethodParameters:
Name Flags
procedure
public abstract <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
MethodParameters:
Name Flags
function
public <V> org.eclipse.collections.api.list.MutableList<V> collectWithIndex(org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iconst_1
newarray 10
astore 2
start local 2 1: aload 0
aload 1
aload 2
invokedynamic valueOf(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;[I)Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(C)Ljava/lang/Object;
org/eclipse/collections/api/list/primitive/MutableCharList.lambda$0(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;[IC)Ljava/lang/Object; (6 itf)
(C)Ljava/lang/Object;
1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 2 1 function Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction<+TV;>;
1 2 2 index [I
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
MethodParameters:
Name Flags
function
public abstract org.eclipse.collections.api.list.primitive.MutableCharList reverseThis();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.list.primitive.MutableCharList toReversed();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.list.primitive.MutableCharList distinct();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.list.primitive.MutableCharList sortThis();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public org.eclipse.collections.api.list.primitive.MutableCharList sortThis(org.eclipse.collections.api.block.comparator.primitive.CharComparator);
descriptor: (Lorg/eclipse/collections/api/block/comparator/primitive/CharComparator;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "sortThis(CharComparator comparator) is not supported on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 1 1 comparator Lorg/eclipse/collections/api/block/comparator/primitive/CharComparator;
MethodParameters:
Name Flags
comparator
public <T> org.eclipse.collections.api.list.primitive.MutableCharList sortThisBy(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic java.util.Comparator.naturalOrder:()Ljava/util/Comparator;
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.sortThisBy:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
MethodParameters:
Name Flags
function
public <T> org.eclipse.collections.api.list.primitive.MutableCharList sortThisBy(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<T>, java.util.Comparator<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
aload 1
invokedynamic compare(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/block/comparator/primitive/CharComparator;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(CC)I
org/eclipse/collections/api/list/primitive/MutableCharList.lambda$1(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;CC)I (6 itf)
(CC)I
1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.sortThis:(Lorg/eclipse/collections/api/block/comparator/primitive/CharComparator;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<TT;>;
0 1 2 comparator Ljava/util/Comparator<-TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<TT;>;Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
MethodParameters:
Name Flags
function
comparator
public org.eclipse.collections.api.list.primitive.MutableCharList shuffleThis();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
new java.util.Random
dup
invokespecial java.util.Random.<init>:()V
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.shuffleThis:(Ljava/util/Random;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
public org.eclipse.collections.api.list.primitive.MutableCharList shuffleThis(java.util.Random);
descriptor: (Ljava/util/Random;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.size:()I
iconst_1
isub
istore 2
start local 2 1: goto 7
2: StackMap locals: int
StackMap stack:
aload 1
iload 2
iconst_1
iadd
invokevirtual java.util.Random.nextInt:(I)I
istore 3
start local 3 3: aload 0
iload 2
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.get:(I)C
istore 4
start local 4 4: aload 0
iload 2
aload 0
iload 3
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.get:(I)C
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.set:(IC)C
pop
5: aload 0
iload 3
iload 4
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.set:(IC)C
pop
end local 4 end local 3 6: iinc 2 -1
StackMap locals:
StackMap stack:
7: iload 2
ifgt 2
end local 2 8: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 9 1 rnd Ljava/util/Random;
1 8 2 j I
3 6 3 k I
4 6 4 selected C
MethodParameters:
Name Flags
rnd
public abstract org.eclipse.collections.api.list.primitive.MutableCharList asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.list.primitive.MutableCharList asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.list.primitive.ImmutableCharList toImmutable();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.list.primitive.MutableCharList subList(int, int);
descriptor: (II)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
fromIndex
toIndex
public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.CharCharPair> zipChar(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "Default method to prevent breaking backwards compatibility"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 1 1 iterable Lorg/eclipse/collections/api/CharIterable;
Signature: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/CharCharPair;>;
MethodParameters:
Name Flags
iterable
public <T> org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.CharObjectPair<T>> zip(java.lang.Iterable<T>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "Default method to prevent breaking backwards compatibility"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
0 1 1 list Ljava/lang/Iterable<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/CharObjectPair<TT;>;>;
MethodParameters:
Name Flags
list
public org.eclipse.collections.api.list.primitive.MutableCharList newEmpty();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
ldc "Implement in concrete classes."
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/list/primitive/MutableCharList;
public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.ReversibleIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableCharCollection toImmutable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection with(char);
descriptor: (C)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.with:(C)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection withAll(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.withAll:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.CharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedCharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedCharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleCharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.CharList select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/CharList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection withoutAll(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.withoutAll:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable distinct();
descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleCharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.CharList distinct();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/CharList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.ReversibleIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.asSynchronized:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable zip(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ListIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Iterable
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.CharIterable tap(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/CharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection tap(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.CharList tap(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/list/primitive/CharList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.CharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedCharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedCharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleCharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.CharList reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/CharList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable toReversed();
descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleCharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.CharList toReversed();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/CharList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.asUnmodifiable:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.newEmpty:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableCharCollection without(char);
descriptor: (C)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.without:(C)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable zipChar(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/ListIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.zipChar:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/list/MutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.CharList subList(int, int);
descriptor: (II)Lorg/eclipse/collections/api/list/primitive/CharList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.subList:(II)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static java.lang.Object lambda$0(org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction, int[], char);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;[IC)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=7, locals=3, args_size=3
start local 2 0: aload 0
iload 2
aload 1
iconst_0
dup2
iaload
dup_x2
iconst_1
iadd
iastore
invokeinterface org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction.value:(CI)Ljava/lang/Object;
areturn
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 each C
private static int lambda$1(java.util.Comparator, org.eclipse.collections.api.block.function.primitive.CharToObjectFunction, char, char);
descriptor: (Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;CC)I
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
start local 2 start local 3 0: aload 0
aload 1
iload 2
invokeinterface org.eclipse.collections.api.block.function.primitive.CharToObjectFunction.valueOf:(C)Ljava/lang/Object;
aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.function.primitive.CharToObjectFunction.valueOf:(C)Ljava/lang/Object;
invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
ireturn
end local 3 end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 i1 C
0 1 3 i2 C
private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=7, locals=3, args_size=1
0: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
astore 1
iconst_m1
istore 2
aload 1
invokevirtual java.lang.String.hashCode:()I
lookupswitch { // 2
-1647345005: 1
-1647345004: 2
default: 3
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "lambda$0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
iconst_0
istore 2
goto 3
StackMap locals:
StackMap stack:
2: aload 1
ldc "lambda$1"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
iconst_1
istore 2
StackMap locals:
StackMap stack:
3: iload 2
lookupswitch { // 2
0: 4
1: 5
default: 6
}
StackMap locals:
StackMap stack:
4: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 6
if_icmpne 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/function/primitive/CharToObjectFunction"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "valueOf"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(C)Ljava/lang/Object;"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/list/primitive/MutableCharList"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;[IC)Ljava/lang/Object;"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast int[]
invokedynamic valueOf(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;[I)Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(C)Ljava/lang/Object;
org/eclipse/collections/api/list/primitive/MutableCharList.lambda$0(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;[IC)Ljava/lang/Object; (6 itf)
(C)Ljava/lang/Object;
1
areturn
StackMap locals:
StackMap stack:
5: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 6
if_icmpne 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/comparator/primitive/CharComparator"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "compare"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(CC)I"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/list/primitive/MutableCharList"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;CC)I"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast java.util.Comparator
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokedynamic compare(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/block/comparator/primitive/CharComparator;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(CC)I
org/eclipse/collections/api/list/primitive/MutableCharList.lambda$1(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;CC)I (6 itf)
(CC)I
1
areturn
StackMap locals:
StackMap stack:
6: new java.lang.IllegalArgumentException
dup
ldc "Invalid lambda deserialization"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableCharList.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles