public class org.eclipse.collections.impl.string.immutable.CodePointList extends org.eclipse.collections.impl.primitive.AbstractIntIterable implements java.lang.CharSequence, org.eclipse.collections.api.list.primitive.ImmutableIntList, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.string.immutable.CodePointList
super_class: org.eclipse.collections.impl.primitive.AbstractIntIterable
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private final org.eclipse.collections.api.list.primitive.ImmutableIntList codePoints;
descriptor: Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.primitive.AbstractIntIterable.<init>:()V
1: aload 1
invokevirtual java.lang.String.length:()I
istore 2
start local 2 2: new org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
dup
iload 2
invokespecial org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.<init>:(I)V
astore 3
start local 3 3: iconst_0
istore 4
start local 4 4: goto 8
5: StackMap locals: org.eclipse.collections.impl.string.immutable.CodePointList java.lang.String int org.eclipse.collections.impl.list.mutable.primitive.IntArrayList int
StackMap stack:
aload 1
iload 4
invokevirtual java.lang.String.codePointAt:(I)I
istore 5
start local 5 6: iload 4
iload 5
invokestatic java.lang.Character.charCount:(I)I
iadd
istore 4
7: aload 3
iload 5
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.add:(I)Z
pop
end local 5 8: StackMap locals:
StackMap stack:
iload 4
iload 2
if_icmplt 5
end local 4 9: aload 0
aload 3
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
putfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
10: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 11 1 value Ljava/lang/String;
2 11 2 stringSize I
3 11 3 list Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
4 9 4 i I
6 8 5 codePoint I
MethodParameters:
Name Flags
value
private void <init>(org.eclipse.collections.api.list.primitive.ImmutableIntList);
descriptor: (Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.primitive.AbstractIntIterable.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 3 1 points Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
MethodParameters:
Name Flags
points
private void <init>(int[]);
descriptor: ([I)V
flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.primitive.AbstractIntIterable.<init>:()V
1: aload 0
getstatic org.eclipse.collections.impl.factory.primitive.IntLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableIntListFactory;
aload 1
invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactory.with:([I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
putfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 3 1 codePoints [I
MethodParameters:
Name Flags
codePoints
public static org.eclipse.collections.impl.string.immutable.CodePointList from(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 value Ljava/lang/String;
MethodParameters:
Name Flags
value
public static org.eclipse.collections.impl.string.immutable.CodePointList from(int[]);
descriptor: ([I)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:([I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 codePoints [I
MethodParameters:
Name Flags
codePoints
public static org.eclipse.collections.impl.string.immutable.CodePointList from(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.eclipse.collections.api.list.primitive.ImmutableIntList
ifeq 2
1: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
checkcast org.eclipse.collections.api.list.primitive.ImmutableIntList
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
2: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
invokeinterface org.eclipse.collections.api.IntIterable.toArray:()[I
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:([I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 iterable Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
iterable
public java.lang.StringBuilder toStringBuilder();
descriptor: ()Ljava/lang/StringBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: java.lang.StringBuilder int
StackMap stack:
aload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.get:(I)I
invokevirtual java.lang.StringBuilder.appendCodePoint:(I)Ljava/lang/StringBuilder;
pop
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.size:()I
if_icmplt 3
end local 2 6: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
1 7 1 builder Ljava/lang/StringBuilder;
2 6 2 i I
public char charAt(int);
descriptor: (I)C
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 13
3: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 3
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.get:(I)I
istore 4
start local 4 4: iload 4
invokestatic java.lang.Character.charCount:(I)I
istore 5
start local 5 5: iload 1
iload 2
iload 5
iadd
if_icmpge 11
6: iload 5
iconst_1
if_icmpne 8
7: iload 4
i2c
ireturn
8: StackMap locals: int int
StackMap stack:
iload 1
iload 2
if_icmpne 10
9: iload 4
invokestatic java.lang.Character.highSurrogate:(I)C
ireturn
10: StackMap locals:
StackMap stack:
iload 4
invokestatic java.lang.Character.lowSurrogate:(I)C
ireturn
11: StackMap locals:
StackMap stack:
iload 2
iload 5
iadd
istore 2
end local 5 end local 4 12: iinc 3 1
StackMap locals:
StackMap stack:
13: iload 3
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.size:()I
if_icmplt 3
end local 3 14: new java.lang.IndexOutOfBoundsException
dup
new java.lang.StringBuilder
dup
ldc "Char value at "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " is out of bounds for length "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 15 1 index I
1 15 2 currentIndex I
2 14 3 i I
4 12 4 codePoint I
5 12 5 charCount I
MethodParameters:
Name Flags
index
public int length();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: int int
StackMap stack:
iload 1
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 2
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.get:(I)I
invokestatic java.lang.Character.charCount:(I)I
iadd
istore 1
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.size:()I
if_icmplt 3
end local 2 6: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
1 7 1 length I
2 6 2 i I
public java.lang.String subSequence(int, int);
descriptor: (II)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.toStringBuilder:()Ljava/lang/StringBuilder;
astore 3
start local 3 1: aload 3
iload 1
iload 2
invokevirtual java.lang.StringBuilder.substring:(II)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 2 1 start I
0 2 2 end I
1 2 3 builder Ljava/lang/StringBuilder;
MethodParameters:
Name Flags
start
end
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.toStringBuilder:()Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public org.eclipse.collections.api.iterator.IntIterator intIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/IntIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public int[] toArray();
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.toArray:()[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public boolean contains(int);
descriptor: (I)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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.contains:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 expected I
MethodParameters:
Name Flags
expected
public void forEach(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.each:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
MethodParameters:
Name Flags
procedure
public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.each:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.impl.string.immutable.CodePointList distinct();
descriptor: ()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.distinct:()Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public org.eclipse.collections.impl.string.immutable.CodePointList newWith(int);
descriptor: (I)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.newWith:(I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 element I
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.string.immutable.CodePointList newWithout(int);
descriptor: (I)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.newWithout:(I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 element I
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.string.immutable.CodePointList newWithAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.newWithAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 elements Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.impl.string.immutable.CodePointList newWithoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.newWithoutAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 elements Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.impl.string.immutable.CodePointList toReversed();
descriptor: ()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.toReversed:()Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public org.eclipse.collections.api.list.primitive.ImmutableIntList subList(int, int);
descriptor: (II)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
iload 2
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.subList:(II)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 fromIndex I
0 1 2 toIndex I
MethodParameters:
Name Flags
fromIndex
toIndex
public int get(int);
descriptor: (I)I
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.get:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 index I
MethodParameters:
Name Flags
index
public long dotProduct(org.eclipse.collections.api.list.primitive.IntList);
descriptor: (Lorg/eclipse/collections/api/list/primitive/IntList;)J
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.dotProduct:(Lorg/eclipse/collections/api/list/primitive/IntList;)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 list Lorg/eclipse/collections/api/list/primitive/IntList;
MethodParameters:
Name Flags
list
public int binarySearch(int);
descriptor: (I)I
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.binarySearch:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 value I
MethodParameters:
Name Flags
value
public int lastIndexOf(int);
descriptor: (I)I
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.lastIndexOf:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 value I
MethodParameters:
Name Flags
value
public org.eclipse.collections.api.list.primitive.ImmutableIntList toImmutable();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public int getLast();
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.getLast:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public org.eclipse.collections.api.LazyIntIterable asReversed();
descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.asReversed:()Lorg/eclipse/collections/api/LazyIntIterable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntIntToObjectFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.injectIntoWithIndex:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntIntToObjectFunction;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 injectedValue TT;
0 1 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectIntIntToObjectFunction<-TT;+TT;>;
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntIntToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
public int getFirst();
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.getFirst:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public int indexOf(int);
descriptor: (I)I
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.indexOf:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 value I
MethodParameters:
Name Flags
value
public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;)V
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.impl.string.immutable.CodePointList select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.impl.string.immutable.CodePointList reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.list.ImmutableList<V> collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/ImmutableList<TV;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.impl.string.immutable.CodePointList collectInt(org.eclipse.collections.api.block.function.primitive.IntToIntFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToIntFunction;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
dup
aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.size:()I
invokespecial org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.<init>:(I)V
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 6
3: StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.IntArrayList int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.get:(I)I
istore 4
start local 4 4: aload 2
aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.function.primitive.IntToIntFunction.valueOf:(I)I
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.add:(I)Z
pop
end local 4 5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.size:()I
if_icmplt 3
end local 3 7: new org.eclipse.collections.impl.string.immutable.CodePointList
dup
aload 2
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokespecial org.eclipse.collections.impl.string.immutable.CodePointList.<init>:(Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 8 1 function Lorg/eclipse/collections/api/block/function/primitive/IntToIntFunction;
1 8 2 collected Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
2 7 3 i I
4 5 4 codePoint I
MethodParameters:
Name Flags
function
public int detectIfNone(org.eclipse.collections.api.block.predicate.primitive.IntPredicate, int);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
iload 2
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.detectIfNone:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
0 1 2 ifNone I
MethodParameters:
Name Flags
predicate
ifNone
public int count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)I
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.count:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.list.primitive.MutableIntList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.toList:()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public org.eclipse.collections.api.set.primitive.MutableIntSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public org.eclipse.collections.api.bag.primitive.MutableIntBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.toBag:()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 injectedValue TT;
0 1 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.IntIterable> chunk(int);
descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.chunk:(I)Lorg/eclipse/collections/api/RichIterable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 size I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/IntIterable;>;
MethodParameters:
Name Flags
size
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.sum:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public int max();
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.max:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public int min();
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.min:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=10, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
aload 2
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
1: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.size:()I
istore 5
start local 5 2: iconst_0
istore 6
start local 6 3: goto 20
4: StackMap locals: int int
StackMap stack:
iload 6
ifle 6
5: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
6: StackMap locals:
StackMap stack:
aload 0
iload 6
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.get:(I)I
istore 7
start local 7 7: aload 1
instanceof java.lang.StringBuilder
ifeq 10
8: aload 1
checkcast java.lang.StringBuilder
iload 7
invokevirtual java.lang.StringBuilder.appendCodePoint:(I)Ljava/lang/StringBuilder;
pop
9: goto 19
10: StackMap locals: int
StackMap stack:
aload 1
instanceof java.lang.StringBuffer
ifeq 13
11: aload 1
checkcast java.lang.StringBuffer
iload 7
invokevirtual java.lang.StringBuffer.appendCodePoint:(I)Ljava/lang/StringBuffer;
pop
12: goto 19
13: StackMap locals:
StackMap stack:
iload 7
invokestatic java.lang.Character.toChars:(I)[C
astore 8
start local 8 14: iconst_0
istore 9
start local 9 15: goto 18
16: StackMap locals: char[] int
StackMap stack:
aload 1
aload 8
iload 9
caload
invokeinterface java.lang.Appendable.append:(C)Ljava/lang/Appendable;
pop
17: iinc 9 1
StackMap locals:
StackMap stack:
18: iload 9
aload 8
arraylength
if_icmplt 16
end local 9 end local 8 end local 7 19: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
20: iload 6
iload 5
if_icmplt 4
end local 6 21: aload 1
aload 4
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 5 22: goto 25
23: StackMap locals: org.eclipse.collections.impl.string.immutable.CodePointList java.lang.Appendable java.lang.String java.lang.String java.lang.String
StackMap stack: java.io.IOException
astore 5
start local 5 24: new java.lang.RuntimeException
dup
aload 5
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 25: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 26 1 appendable Ljava/lang/Appendable;
0 26 2 start Ljava/lang/String;
0 26 3 separator Ljava/lang/String;
0 26 4 end Ljava/lang/String;
2 22 5 size I
3 21 6 i I
7 19 7 codePoint I
14 19 8 chars [C
15 19 9 j I
24 25 5 e Ljava/io/IOException;
Exception table:
from to target type
0 22 23 Class java.io.IOException
MethodParameters:
Name Flags
appendable
start
separator
end
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 1 1 otherList Ljava/lang/Object;
MethodParameters:
Name Flags
otherList
public int hashCode();
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.string.immutable.CodePointList.codePoints:Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
public org.eclipse.collections.api.list.ImmutableList<org.eclipse.collections.api.tuple.primitive.IntIntPair> zipInt(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/ImmutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.size:()I
istore 2
start local 2 1: aload 1
invokeinterface org.eclipse.collections.api.IntIterable.size:()I
istore 3
start local 3 2: getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
iload 2
iload 3
invokestatic java.lang.Math.min:(II)I
invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.withInitialCapacity:(I)Lorg/eclipse/collections/api/list/MutableList;
astore 4
start local 4 3: aload 1
invokeinterface org.eclipse.collections.api.IntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
astore 5
start local 5 4: iconst_0
istore 6
start local 6 5: goto 8
6: StackMap locals: org.eclipse.collections.impl.string.immutable.CodePointList org.eclipse.collections.api.IntIterable int int org.eclipse.collections.api.list.MutableList org.eclipse.collections.api.iterator.IntIterator int
StackMap stack:
aload 4
aload 0
iload 6
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.get:(I)I
aload 5
invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(II)Lorg/eclipse/collections/api/tuple/primitive/IntIntPair;
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
7: iinc 6 1
StackMap locals:
StackMap stack:
8: iload 6
iload 2
if_icmpge 9
iload 6
iload 3
if_icmplt 6
end local 6 9: StackMap locals:
StackMap stack:
aload 4
invokeinterface org.eclipse.collections.api.list.MutableList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 10 1 iterable Lorg/eclipse/collections/api/IntIterable;
1 10 2 size I
2 10 3 othersize I
3 10 4 target Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/IntIntPair;>;
4 10 5 iterator Lorg/eclipse/collections/api/iterator/IntIterator;
5 9 6 i I
Signature: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/ImmutableList<Lorg/eclipse/collections/api/tuple/primitive/IntIntPair;>;
MethodParameters:
Name Flags
iterable
public <T> org.eclipse.collections.api.list.ImmutableList<org.eclipse.collections.api.tuple.primitive.IntObjectPair<T>> zip(java.lang.Iterable<T>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ImmutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.size:()I
istore 2
start local 2 1: aload 1
invokestatic org.eclipse.collections.impl.utility.Iterate.sizeOf:(Ljava/lang/Iterable;)I
istore 3
start local 3 2: getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
iload 2
iload 3
invokestatic java.lang.Math.min:(II)I
invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.withInitialCapacity:(I)Lorg/eclipse/collections/api/list/MutableList;
astore 4
start local 4 3: aload 1
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
start local 5 4: iconst_0
istore 6
start local 6 5: goto 8
6: StackMap locals: org.eclipse.collections.impl.string.immutable.CodePointList java.lang.Iterable int int org.eclipse.collections.api.list.MutableList java.util.Iterator int
StackMap stack:
aload 4
aload 0
iload 6
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.get:(I)I
aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(ILjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair;
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
7: iinc 6 1
StackMap locals:
StackMap stack:
8: iload 6
iload 2
if_icmpge 9
iload 6
iload 3
if_icmplt 6
end local 6 9: StackMap locals:
StackMap stack:
aload 4
invokeinterface org.eclipse.collections.api.list.MutableList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/string/immutable/CodePointList;
0 10 1 iterable Ljava/lang/Iterable<TT;>;
1 10 2 size I
2 10 3 othersize I
3 10 4 target Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TT;>;>;
4 10 5 iterator Ljava/util/Iterator<TT;>;
5 9 6 i I
Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/api/list/ImmutableList<Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TT;>;>;
MethodParameters:
Name Flags
iterable
public org.eclipse.collections.api.list.ListIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)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.IntIntToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.ReversibleIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)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.IntIntToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)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.IntIntToObjectFunction
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.IntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedIntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleIntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.IntList select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/IntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleIntIterable distinct();
descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.distinct:()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.IntList distinct();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/IntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.distinct:()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList distinct();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.distinct:()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection newWithout(int);
descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWithout:(I)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList newWithout(int);
descriptor: (I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWithout:(I)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection newWith(int);
descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWith:(I)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList newWith(int);
descriptor: (I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWith:(I)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.ImmutableCollection collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.ReversibleIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.CharSequence subSequence(int, int);
descriptor: (II)Ljava/lang/CharSequence;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.subSequence:(II)Ljava/lang/String;
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
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.IntList tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/list/primitive/IntList;
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.ImmutableIntList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
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.ImmutableIntList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.IntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.OrderedIntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleIntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.IntList reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/IntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ordered.primitive.ReversibleIntIterable toReversed();
descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleIntIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.toReversed:()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.IntList toReversed();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/IntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.toReversed:()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList toReversed();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.toReversed:()Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.ListIterable zipInt(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)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
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.zipInt:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/ImmutableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection newWithoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWithoutAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList newWithoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWithoutAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection newWithAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWithAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.ImmutableIntList newWithAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.newWithAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/string/immutable/CodePointList;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.list.primitive.IntList subList(int, int);
descriptor: (II)Lorg/eclipse/collections/api/list/primitive/IntList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
iload 2
invokevirtual org.eclipse.collections.impl.string.immutable.CodePointList.subList:(II)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "CodePointList.java"