public class org.eclipse.collections.impl.set.mutable.UnifiedSet<T> extends org.eclipse.collections.impl.set.AbstractUnifiedSet<T> implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.set.mutable.UnifiedSet
super_class: org.eclipse.collections.impl.set.AbstractUnifiedSet
{
protected static final java.lang.Object NULL_KEY;
descriptor: Ljava/lang/Object;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
protected transient java.lang.Object[] table;
descriptor: [Ljava/lang/Object;
flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT
protected transient int occupied;
descriptor: I
flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.$assertionsDisabled:Z
3: new org.eclipse.collections.impl.set.mutable.UnifiedSet$1
dup
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$1.<init>:()V
putstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
4: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
1: aload 0
bipush 16
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.allocate:(I)I
pop
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
ldc 0.75
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(IF)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 initialCapacity I
MethodParameters:
Name Flags
initialCapacity
public void <init>(int, float);
descriptor: (IF)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
1: iload 1
ifge 3
2: new java.lang.IllegalArgumentException
dup
ldc "initial capacity cannot be less than 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet int float
StackMap stack:
fload 2
f2d
dconst_0
dcmpg
ifgt 5
4: new java.lang.IllegalArgumentException
dup
ldc "load factor cannot be less than or equal to 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
fload 2
f2d
dconst_1
dcmpl
ifle 7
6: new java.lang.IllegalArgumentException
dup
ldc "load factor cannot be greater than 1"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals:
StackMap stack:
aload 0
fload 2
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
8: aload 0
aload 0
iload 1
i2f
fload 2
fdiv
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.fastCeil:(F)I
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.init:(I)I
pop
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 10 1 initialCapacity I
0 10 2 loadFactor F
MethodParameters:
Name Flags
initialCapacity
loadFactor
public void <init>(java.util.Collection<? extends T>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface java.util.Collection.size:()I
bipush 8
invokestatic java.lang.Math.max:(II)I
ldc 0.75
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(IF)V
1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addAll:(Ljava/util/Collection;)Z
pop
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 3 1 collection Ljava/util/Collection<+TT;>;
Signature: (Ljava/util/Collection<+TT;>;)V
MethodParameters:
Name Flags
collection
public void <init>(org.eclipse.collections.impl.set.mutable.UnifiedSet<T>);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
1: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
2: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
3: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
4: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.allocateTable:(I)V
5: iconst_0
istore 2
start local 2 6: goto 14
7: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet int
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 8: aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 11
9: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aload 3
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.copy:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
aastore
10: goto 13
11: StackMap locals: java.lang.Object
StackMap stack:
aload 3
ifnull 13
12: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aload 3
aastore
end local 3 13: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
14: iload 2
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 7
end local 2 15: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 16 1 set Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
6 15 2 i I
8 13 3 key Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;)V
MethodParameters:
Name Flags
set
public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet();
descriptor: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.eclipse.collections.impl.set.mutable.UnifiedSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <K:Ljava/lang/Object;>()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet(int);
descriptor: (I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.UnifiedSet
dup
iload 0
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 size I
Signature: <K:Ljava/lang/Object;>(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
MethodParameters:
Name Flags
size
public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet(java.lang.Iterable<? extends K>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet
ifeq 2
1: new org.eclipse.collections.impl.set.mutable.UnifiedSet
dup
aload 0
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof java.util.Collection
ifeq 4
3: new org.eclipse.collections.impl.set.mutable.UnifiedSet
dup
aload 0
checkcast java.util.Collection
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(Ljava/util/Collection;)V
areturn
4: StackMap locals:
StackMap stack:
aload 0
ifnonnull 6
5: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
6: StackMap locals:
StackMap stack:
aload 0
instanceof org.eclipse.collections.api.RichIterable
ifeq 8
7: aload 0
checkcast org.eclipse.collections.api.RichIterable
invokeinterface org.eclipse.collections.api.RichIterable.size:()I
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
goto 9
8: StackMap locals:
StackMap stack:
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
9: StackMap locals:
StackMap stack: org.eclipse.collections.impl.set.mutable.UnifiedSet
astore 1
start local 1 10: aload 0
invokestatic org.eclipse.collections.impl.block.factory.Procedures2.addToCollection:()Lorg/eclipse/collections/api/block/procedure/Procedure2;
aload 1
invokestatic org.eclipse.collections.impl.utility.Iterate.forEachWith:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
11: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 source Ljava/lang/Iterable<+TK;>;
10 12 1 result Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
Signature: <K:Ljava/lang/Object;>(Ljava/lang/Iterable<+TK;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
MethodParameters:
Name Flags
source
public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet(int, float);
descriptor: (IF)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.UnifiedSet
dup
iload 0
fload 1
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(IF)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 size I
0 1 1 loadFactor F
Signature: <K:Ljava/lang/Object;>(IF)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
MethodParameters:
Name Flags
size
loadFactor
public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSetWith(K[]);
descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
arraylength
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.with:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 elements [Ljava/lang/Object;
Signature: <K:Ljava/lang/Object;>([TK;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
MethodParameters:
Name Flags
elements
private int fastCeil(float);
descriptor: (F)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: fload 1
f2i
istore 2
start local 2 1: fload 1
iload 2
i2f
fsub
fconst_0
fcmpl
ifle 3
2: iinc 2 1
3: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 4 1 v F
1 4 2 possibleResult I
MethodParameters:
Name Flags
v
protected java.lang.Object[] getTable();
descriptor: ()[Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
protected void allocateTable(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
anewarray java.lang.Object
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 sizeToAllocate I
MethodParameters:
Name Flags
sizeToAllocate
protected int index(java.lang.Object);
descriptor: (Ljava/lang/Object;)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 1
invokevirtual java.lang.Object.hashCode:()I
StackMap locals:
StackMap stack: int
2: istore 2
start local 2 3: iload 2
iload 2
bipush 20
iushr
iload 2
bipush 12
iushr
ixor
ixor
istore 2
4: iload 2
iload 2
bipush 7
iushr
iload 2
iconst_4
iushr
ixor
ixor
istore 2
5: iload 2
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
iconst_1
isub
iand
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 6 1 key Ljava/lang/Object;
3 6 2 h I
MethodParameters:
Name Flags
key
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
astore 1
start local 1 4: aload 1
arraylength
istore 2
start local 2 5: goto 7
6: StackMap locals: java.lang.Object[] int
StackMap stack:
aload 1
iload 2
aconst_null
aastore
7: StackMap locals:
StackMap stack:
iload 2
iinc 2 -1
ifgt 6
end local 2 8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
4 9 1 set [Ljava/lang/Object;
5 8 2 i I
public boolean add();
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 2: aload 3
ifnonnull 7
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aload 1
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
aastore
4: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 6
5: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
6: StackMap locals: int java.lang.Object
StackMap stack:
iconst_1
ireturn
7: StackMap locals:
StackMap stack:
aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifne 8
aload 0
aload 3
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 9
8: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedAdd:(Ljava/lang/Object;I)Z
ireturn
9: StackMap locals:
StackMap stack:
iconst_0
ireturn
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/set/mutable/UnifiedSet<TT;>;
0 10 1 key TT;
1 10 2 index I
2 10 3 cur Ljava/lang/Object;
Signature: (TT;)Z
MethodParameters:
Name Flags
key
private boolean chainedAdd(T, );
descriptor: (Ljava/lang/Object;I)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
astore 3
start local 3 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 33
2: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 4
start local 4 3: StackMap locals: java.lang.Object org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
StackMap stack:
aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 5
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 10
6: aload 4
aload 3
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
7: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 9
8: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
9: StackMap locals:
StackMap stack:
iconst_1
ireturn
10: StackMap locals:
StackMap stack:
aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 12
11: iconst_0
ireturn
12: StackMap locals:
StackMap stack:
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 17
13: aload 4
aload 3
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
14: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 16
15: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
16: StackMap locals:
StackMap stack:
iconst_1
ireturn
17: StackMap locals:
StackMap stack:
aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 19
18: iconst_0
ireturn
19: StackMap locals:
StackMap stack:
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 22
20: aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 4
21: goto 3
22: StackMap locals:
StackMap stack:
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 27
23: aload 4
aload 3
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
24: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 26
25: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
26: StackMap locals:
StackMap stack:
iconst_1
ireturn
27: StackMap locals:
StackMap stack:
aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 29
28: iconst_0
ireturn
29: StackMap locals:
StackMap stack:
aload 4
new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
dup
aload 4
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 3
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
30: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 32
31: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
32: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 4 33: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
dup
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
aload 3
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
astore 4
start local 4 34: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aload 4
aastore
35: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 37
36: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
37: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
StackMap stack:
iconst_1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 38 1 key TT;
0 38 2 index I
1 38 3 realKey Ljava/lang/Object;
3 33 4 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
34 38 4 newBucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
Signature: (TT;I)Z
MethodParameters:
Name Flags
key
index
protected void rehash(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
astore 3
start local 3 2: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.allocate:(I)I
pop
3: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
4: iconst_0
istore 4
start local 4 5: goto 26
6: StackMap locals: int java.lang.Object[] int
StackMap stack:
aload 3
iload 4
aaload
astore 5
start local 5 7: aload 5
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 23
8: aload 5
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 6
start local 6 9: StackMap locals: java.lang.Object org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
StackMap stack:
aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
ifnull 11
10: aload 0
aload 0
aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
11: StackMap locals:
StackMap stack:
aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 13
12: goto 25
13: StackMap locals:
StackMap stack:
aload 0
aload 0
aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
14: aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 16
15: goto 25
16: StackMap locals:
StackMap stack:
aload 0
aload 0
aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
17: aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnull 25
18: aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 21
19: aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 6
20: goto 9
21: StackMap locals:
StackMap stack:
aload 0
aload 0
aload 6
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
end local 6 22: goto 25
23: StackMap locals:
StackMap stack:
aload 5
ifnull 25
24: aload 0
aload 0
aload 5
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
end local 5 25: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
26: iload 4
iload 2
if_icmplt 6
end local 4 27: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 28 1 newCapacity I
1 28 2 oldLength I
2 28 3 old [Ljava/lang/Object;
5 27 4 i I
7 25 5 oldKey Ljava/lang/Object;
9 22 6 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
MethodParameters:
Name Flags
newCapacity
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 2: aload 3
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals: int java.lang.Object
StackMap stack:
aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
5: aload 0
aload 3
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainContains:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Z
ireturn
6: StackMap locals:
StackMap stack:
aload 0
aload 3
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 7 1 key Ljava/lang/Object;
1 7 2 index I
2 7 3 cur Ljava/lang/Object;
MethodParameters:
Name Flags
key
private boolean chainContains(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 6
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 10
9: iconst_1
ireturn
10: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 12
11: iconst_0
ireturn
12: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 15
13: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
14: goto 0
15: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 16 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 16 2 key TT;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;)Z
MethodParameters:
Name Flags
bucket
key
public void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super T>, int, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
astore 4
start local 4 1: aload 4
arraylength
iload 3
idiv
istore 5
start local 5 2: iload 5
iload 2
imul
istore 6
start local 6 3: iload 2
iload 3
iconst_1
isub
if_icmpne 4
aload 4
arraylength
goto 5
StackMap locals: java.lang.Object[] int int
StackMap stack:
4: iload 6
iload 5
iadd
StackMap locals:
StackMap stack: int
5: istore 7
start local 7 6: iload 6
istore 8
start local 8 7: goto 15
8: StackMap locals: int int
StackMap stack:
aload 4
iload 8
aaload
astore 9
start local 9 9: aload 9
ifnull 14
10: aload 9
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 13
11: aload 0
aload 9
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEach:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
12: goto 14
13: StackMap locals: java.lang.Object
StackMap stack:
aload 1
aload 0
aload 9
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
end local 9 14: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
15: iload 8
iload 7
if_icmplt 8
end local 8 16: return
end local 7 end local 6 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 17 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 17 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
0 17 2 sectionIndex I
0 17 3 sectionCount I
1 17 4 set [Ljava/lang/Object;
2 17 5 sectionSize I
3 17 6 start I
6 17 7 end I
7 16 8 i I
9 14 9 cur Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;II)V
MethodParameters:
Name Flags
procedure
sectionIndex
sectionCount
public org.eclipse.collections.api.set.MutableSet<T> tap(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
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.set.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
MethodParameters:
Name Flags
procedure
public void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.each:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
MethodParameters:
Name Flags
procedure
protected void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>, int, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
istore 4
start local 4 1: goto 9
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 4
aaload
astore 5
start local 5 3: aload 5
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
4: aload 0
aload 5
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEach:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
5: goto 8
6: StackMap locals: java.lang.Object
StackMap stack:
aload 5
ifnull 8
7: aload 1
aload 0
aload 5
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
end local 5 8: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
9: iload 4
iload 3
if_icmplt 2
end local 4 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/set/mutable/UnifiedSet<TT;>;
0 11 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
0 11 2 start I
0 11 3 end I
1 10 4 i I
3 8 5 cur Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;II)V
MethodParameters:
Name Flags
procedure
start
end
private void chainedForEach(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
1: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 3
2: return
3: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
4: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 6
5: return
6: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
7: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 9
8: return
9: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 12
10: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
11: goto 0
12: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
13: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 14 2 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
MethodParameters:
Name Flags
bucket
procedure
public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 9
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 3
aaload
astore 4
start local 4 3: aload 4
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
4: aload 0
aload 4
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEachWith:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
5: goto 8
6: StackMap locals: java.lang.Object
StackMap stack:
aload 4
ifnull 8
7: aload 1
aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
end local 4 8: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
9: iload 3
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 2
end local 3 10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 11 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
0 11 2 parameter TP;
1 10 3 i I
3 8 4 cur Ljava/lang/Object;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
MethodParameters:
Name Flags
procedure
parameter
private <P> void chainedForEachWith(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
1: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 3
2: return
3: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
4: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 6
5: return
6: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
7: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 9
8: return
9: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 12
10: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
11: goto 0
12: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
13: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 14 2 procedure Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
0 14 3 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
MethodParameters:
Name Flags
bucket
procedure
parameter
public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, 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 10
3: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 3
aaload
astore 4
start local 4 4: aload 4
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 7
5: aload 0
aload 4
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEachWithIndex:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;I)I
istore 2
6: goto 9
7: StackMap locals: java.lang.Object
StackMap stack:
aload 4
ifnull 9
8: aload 1
aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
iload 2
iinc 2 1
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
end local 4 9: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
10: iload 3
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 3
end local 3 11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 12 1 objectIntProcedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
1 12 2 count I
2 11 3 i I
4 9 4 cur Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
MethodParameters:
Name Flags
objectIntProcedure
private int chainedForEachWithIndex(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
iload 3
iinc 3 1
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
1: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 3
2: iload 3
ireturn
3: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
iload 3
iinc 3 1
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
4: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 6
5: iload 3
ireturn
6: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
iload 3
iinc 3 1
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
7: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 9
8: iload 3
ireturn
9: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 12
10: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
11: goto 0
12: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
iload 3
iinc 3 1
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
13: iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 14 2 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
0 14 3 count I
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;I)I
MethodParameters:
Name Flags
bucket
procedure
count
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> newEmpty();
descriptor: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
Signature: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> newEmpty(int);
descriptor: (I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(IF)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 1 1 size I
Signature: (I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
size
public T getFirst();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 8
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 1
aaload
astore 2
start local 2 3: aload 2
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 5
4: aload 0
aload 2
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
5: StackMap locals: java.lang.Object
StackMap stack:
aload 2
ifnull 7
6: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 7: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
8: iload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 2
end local 1 9: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
1 9 1 i I
3 7 2 cur Ljava/lang/Object;
Signature: ()TT;
public T getLast();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
iconst_1
isub
istore 1
start local 1 1: goto 8
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 1
aaload
astore 2
start local 2 3: aload 2
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 5
4: aload 0
aload 2
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.getLast:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
areturn
5: StackMap locals: java.lang.Object
StackMap stack:
aload 2
ifnull 7
6: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 7: StackMap locals:
StackMap stack:
iinc 1 -1
StackMap locals:
StackMap stack:
8: iload 1
ifge 2
end local 1 9: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
1 9 1 i I
3 7 2 cur Ljava/lang/Object;
Signature: ()TT;
private T getLast(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: goto 2
1: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
2: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifne 1
3: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnull 5
4: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
5: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnull 7
6: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
7: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnull 9
8: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
9: StackMap locals:
StackMap stack:
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.$assertionsDisabled:Z
ifne 10
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
ifnonnull 10
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
10: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 11 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)TT;
MethodParameters:
Name Flags
bucket
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.impl.set.mutable.UnifiedSet<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 1 2 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
predicate
parameter
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.impl.set.mutable.UnifiedSet<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 1 2 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
predicate
parameter
public <P> org.eclipse.collections.api.tuple.Twin<org.eclipse.collections.api.list.MutableList<T>> selectAndRejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/tuple/Twin;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
astore 3
start local 3 1: getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
astore 4
start local 4 2: aload 0
aload 1
aload 3
aload 4
invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
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:
(Ljava/lang/Object;Ljava/lang/Object;)V
org/eclipse/collections/impl/set/mutable/UnifiedSet.lambda$0(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V (6)
(Ljava/lang/Object;Ljava/lang/Object;)V
1
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.forEachWith:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
3: aload 3
aload 4
invokestatic org.eclipse.collections.impl.tuple.Tuples.twin:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/tuple/Twin;
areturn
end local 4 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/impl/set/mutable/UnifiedSet<TT;>;
0 4 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 4 2 parameter TP;
1 4 3 positiveResult Lorg/eclipse/collections/api/list/MutableList<TT;>;
2 4 4 negativeResult Lorg/eclipse/collections/api/list/MutableList<TT;>;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/tuple/Twin<Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
MethodParameters:
Name Flags
predicate
parameter
public org.eclipse.collections.api.partition.set.PartitionMutableSet<T> partition(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.partition.set.PartitionUnifiedSet
dup
invokespecial org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.<init>:()V
astore 2
start local 2 1: aload 0
new org.eclipse.collections.impl.block.procedure.PartitionProcedure
dup
aload 1
aload 2
invokespecial org.eclipse.collections.impl.block.procedure.PartitionProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/partition/PartitionMutableCollection;)V
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
1 3 2 partitionUnifiedSet Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.api.partition.set.PartitionMutableSet<T> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new org.eclipse.collections.impl.partition.set.PartitionUnifiedSet
dup
invokespecial org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.<init>:()V
astore 3
start local 3 1: aload 0
new org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure
dup
aload 1
aload 2
aload 3
invokespecial org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/partition/PartitionMutableCollection;)V
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
2: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 3 2 parameter TP;
1 3 3 partitionUnifiedSet Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
MethodParameters:
Name Flags
predicate
parameter
public <S> org.eclipse.collections.impl.set.mutable.UnifiedSet<S> selectInstancesOf(java.lang.Class<S>);
descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
astore 2
start local 2 1: aload 0
new org.eclipse.collections.impl.block.procedure.SelectInstancesOfProcedure
dup
aload 1
aload 2
invokespecial org.eclipse.collections.impl.block.procedure.SelectInstancesOfProcedure.<init>:(Ljava/lang/Class;Ljava/util/Collection;)V
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 3 1 clazz Ljava/lang/Class<TS;>;
1 3 2 result Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TS;>;
Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TS;>;
MethodParameters:
Name Flags
clazz
protected T detect(org.eclipse.collections.api.block.predicate.Predicate<? super T>, int, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;II)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
istore 4
start local 4 1: goto 12
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 4
aaload
astore 5
start local 5 3: aload 5
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 7
4: aload 0
aload 5
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedDetect:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
astore 6
start local 6 5: aload 6
ifnull 11
6: aload 0
aload 6
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 6 7: StackMap locals: java.lang.Object
StackMap stack:
aload 5
ifnull 11
8: aload 0
aload 5
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
astore 6
start local 6 9: aload 1
aload 6
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
ifeq 11
10: aload 6
areturn
end local 6 end local 5 11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 3
if_icmplt 2
end local 4 13: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 14 2 start I
0 14 3 end I
1 13 4 i I
3 11 5 cur Ljava/lang/Object;
5 7 6 chainedDetect Ljava/lang/Object;
9 11 6 each TT;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;II)TT;
MethodParameters:
Name Flags
predicate
start
end
protected java.util.Optional<T> detectOptional(org.eclipse.collections.api.block.predicate.Predicate<? super T>, int, int);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;II)Ljava/util/Optional;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
istore 4
start local 4 1: goto 12
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 4
aaload
astore 5
start local 5 3: aload 5
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 7
4: aload 0
aload 5
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedDetect:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
astore 6
start local 6 5: aload 6
ifnull 11
6: aload 0
aload 6
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
areturn
end local 6 7: StackMap locals: java.lang.Object
StackMap stack:
aload 5
ifnull 11
8: aload 0
aload 5
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
astore 6
start local 6 9: aload 1
aload 6
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
ifeq 11
10: aload 6
invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
areturn
end local 6 end local 5 11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 3
if_icmplt 2
end local 4 13: invokestatic java.util.Optional.empty:()Ljava/util/Optional;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 14 2 start I
0 14 3 end I
1 13 4 i I
3 11 5 cur Ljava/lang/Object;
5 7 6 chainedDetect Ljava/lang/Object;
9 11 6 each TT;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;II)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
predicate
start
end
private chainedDetect(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
ifeq 2
1: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 4
3: aconst_null
areturn
4: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
ifeq 6
5: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
areturn
6: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 8
7: aconst_null
areturn
8: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
ifeq 10
9: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
areturn
10: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 12
11: aconst_null
areturn
12: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 15
13: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
14: goto 0
15: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
ifeq 17
16: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
areturn
17: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 18 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 18 2 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Ljava/lang/Object;
MethodParameters:
Name Flags
bucket
predicate
protected boolean shortCircuit(org.eclipse.collections.api.block.predicate.Predicate<? super T>, boolean, boolean, boolean, int, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;ZZZII)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=10, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: iload 5
istore 7
start local 7 1: goto 11
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 7
aaload
astore 8
start local 8 3: aload 8
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
4: aload 0
aload 8
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedShortCircuit:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;Z)Z
ifeq 10
5: iload 3
ireturn
6: StackMap locals: java.lang.Object
StackMap stack:
aload 8
ifnull 10
7: aload 0
aload 8
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
astore 9
start local 9 8: aload 1
aload 9
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
iload 2
if_icmpne 10
9: iload 3
ireturn
end local 9 end local 8 10: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
11: iload 7
iload 6
if_icmplt 2
end local 7 12: iload 4
ireturn
end local 6 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 13 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 13 2 expected Z
0 13 3 onShortCircuit Z
0 13 4 atEnd Z
0 13 5 start I
0 13 6 end I
1 12 7 i I
3 10 8 cur Ljava/lang/Object;
8 10 9 each TT;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;ZZZII)Z
MethodParameters:
Name Flags
predicate
expected
onShortCircuit
atEnd
start
end
private boolean chainedShortCircuit(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate<? super T>, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;Z)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
iload 3
if_icmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
iload 3
if_icmpne 6
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
iload 3
if_icmpne 10
9: iconst_1
ireturn
10: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 12
11: iconst_0
ireturn
12: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 15
13: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
14: goto 0
15: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
iload 3
if_icmpne 16
iconst_1
ireturn
StackMap locals:
StackMap stack:
16: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 17 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 17 2 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 17 3 expected Z
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Z)Z
MethodParameters:
Name Flags
bucket
predicate
expected
protected <P> boolean shortCircuitWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, boolean, boolean, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;ZZZ)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: iconst_0
istore 6
start local 6 1: goto 11
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 6
aaload
astore 7
start local 7 3: aload 7
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
4: aload 0
aload 7
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
aload 2
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedShortCircuitWith:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Z)Z
ifeq 10
5: iload 4
ireturn
6: StackMap locals: java.lang.Object
StackMap stack:
aload 7
ifnull 10
7: aload 0
aload 7
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
astore 8
start local 8 8: aload 1
aload 8
aload 2
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
iload 3
if_icmpne 10
9: iload 4
ireturn
end local 8 end local 7 10: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
11: iload 6
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 2
end local 6 12: iload 5
ireturn
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 13 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 13 1 predicate2 Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 13 2 parameter TP;
0 13 3 expected Z
0 13 4 onShortCircuit Z
0 13 5 atEnd Z
1 12 6 i I
3 10 7 cur Ljava/lang/Object;
8 10 8 each TT;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;ZZZ)Z
MethodParameters:
Name Flags
predicate2
parameter
expected
onShortCircuit
atEnd
private <P> boolean chainedShortCircuitWith(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Z)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
iload 4
if_icmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
iload 4
if_icmpne 6
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
iload 4
if_icmpne 10
9: iconst_1
ireturn
10: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 12
11: iconst_0
ireturn
12: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 15
13: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
14: goto 0
15: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
iload 4
if_icmpne 16
iconst_1
ireturn
StackMap locals:
StackMap stack:
16: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 17 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 17 2 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 17 3 parameter TP;
0 17 4 expected Z
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;Z)Z
MethodParameters:
Name Flags
bucket
predicate
parameter
expected
public org.eclipse.collections.api.set.ImmutableSet<T> toImmutable();
descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.collections.impl.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
aload 0
invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
Signature: ()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> with(T);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
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.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 element TT;
Signature: (TT;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> with(T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
1: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 3 1 element1 TT;
0 3 2 element2 TT;
Signature: (TT;TT;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
element1
element2
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> with(T, T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
1: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
2: aload 0
aload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
3: aload 0
areturn
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/impl/set/mutable/UnifiedSet<TT;>;
0 4 1 element1 TT;
0 4 2 element2 TT;
0 4 3 element3 TT;
Signature: (TT;TT;TT;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
element1
element2
element3
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> with(T[]);
descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addAll:(Ljava/util/Collection;)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 elements [Ljava/lang/Object;
Signature: ([TT;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> withAll(java.lang.Iterable<? extends T>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
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.set.mutable.UnifiedSet.addAllIterable:(Ljava/lang/Iterable;)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 iterable Ljava/lang/Iterable<+TT;>;
Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
iterable
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> without(T);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
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.set.mutable.UnifiedSet.remove:(Ljava/lang/Object;)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 element TT;
Signature: (TT;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> withoutAll(java.lang.Iterable<? extends T>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
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.set.mutable.UnifiedSet.removeAllIterable:(Ljava/lang/Iterable;)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 2 1 elements Ljava/lang/Iterable<+TT;>;
Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
MethodParameters:
Name Flags
elements
public boolean addAllIterable(java.lang.Iterable<? extends T>);
descriptor: (Ljava/lang/Iterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet
ifeq 2
1: aload 0
aload 1
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copySet:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)Z
ireturn
2: StackMap locals:
StackMap stack:
aload 1
invokestatic org.eclipse.collections.impl.utility.Iterate.sizeOf:(Ljava/lang/Iterable;)I
istore 2
start local 2 3: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.ensureCapacity:(I)V
4: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
istore 3
start local 3 5: aload 1
instanceof java.util.List
ifeq 13
aload 1
instanceof java.util.RandomAccess
ifeq 13
6: aload 1
checkcast java.util.List
astore 4
start local 4 7: iconst_0
istore 5
start local 5 8: goto 11
9: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet java.lang.Iterable int int java.util.List int
StackMap stack:
aload 0
aload 4
iload 5
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
10: iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
iload 2
if_icmplt 9
end local 5 end local 4 12: goto 14
13: StackMap locals:
StackMap stack:
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Procedures2.addToCollection:()Lorg/eclipse/collections/api/block/procedure/Procedure2;
aload 0
invokestatic org.eclipse.collections.impl.utility.Iterate.forEachWith:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
14: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
iload 3
if_icmpeq 15
iconst_1
ireturn
StackMap locals:
StackMap stack:
15: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 16 1 iterable Ljava/lang/Iterable<+TT;>;
3 16 2 size I
5 16 3 oldSize I
7 12 4 list Ljava/util/List<TT;>;
8 12 5 i I
Signature: (Ljava/lang/Iterable<+TT;>;)Z
MethodParameters:
Name Flags
iterable
private void ensureCapacity(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 6
1: iload 1
i2f
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
fdiv
f2i
iconst_1
iadd
istore 1
2: iload 1
invokestatic java.lang.Integer.highestOneBit:(I)I
istore 2
start local 2 3: iload 1
iload 2
if_icmpeq 5
4: iload 2
iconst_1
ishl
istore 2
5: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:(I)V
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 7 1 size I
3 6 2 capacity I
MethodParameters:
Name Flags
size
protected boolean copySet(org.eclipse.collections.impl.set.mutable.UnifiedSet<?>);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=5, 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 10
3: StackMap locals: int int
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 3
aaload
astore 4
start local 4 4: aload 4
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 7
5: iload 2
aload 0
aload 4
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Z
ior
istore 2
6: goto 9
7: StackMap locals: java.lang.Object
StackMap stack:
aload 4
ifnull 9
8: iload 2
aload 0
aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
ior
istore 2
end local 4 9: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
10: iload 3
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 3
end local 3 11: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 12 1 unifiedset Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<*>;
1 12 2 changed Z
2 11 3 i I
4 9 4 cur Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<*>;)Z
MethodParameters:
Name Flags
unifiedset
private boolean copyChain(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: StackMap locals: int
StackMap stack:
iload 2
aload 0
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
ior
istore 2
2: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 4
3: iload 2
ireturn
4: StackMap locals:
StackMap stack:
iload 2
aload 0
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
ior
istore 2
5: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 7
6: iload 2
ireturn
7: StackMap locals:
StackMap stack:
iload 2
aload 0
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
ior
istore 2
8: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 10
9: iload 2
ireturn
10: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 13
11: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
12: goto 1
13: StackMap locals:
StackMap stack:
iload 2
aload 0
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
ior
istore 2
14: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 15 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
1 15 2 changed Z
MethodParameters:
Name Flags
bucket
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 2: aload 3
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals: int java.lang.Object
StackMap stack:
aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
5: aload 0
aload 3
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeFromChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;I)Z
ireturn
6: StackMap locals:
StackMap stack:
aload 0
aload 3
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 10
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aconst_null
aastore
8: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
9: iconst_1
ireturn
10: StackMap locals:
StackMap stack:
iconst_0
ireturn
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/set/mutable/UnifiedSet<TT;>;
0 11 1 key Ljava/lang/Object;
1 11 2 index I
2 11 3 cur Ljava/lang/Object;
MethodParameters:
Name Flags
key
private boolean removeFromChain(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, T, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;I)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 6
1: aload 1
aload 1
iconst_0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
2: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
ifnonnull 4
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 3
aconst_null
aastore
4: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 12
9: aload 1
aload 1
iconst_1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
10: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
11: iconst_1
ireturn
12: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 14
13: iconst_0
ireturn
14: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 18
15: aload 1
aload 1
iconst_2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
16: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
17: iconst_1
ireturn
18: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 20
19: iconst_0
ireturn
20: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 22
21: aload 0
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeDeepChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Z
ireturn
22: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 26
23: aload 1
aload 1
iconst_3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
24: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
25: iconst_1
ireturn
26: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 27 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 27 2 key TT;
0 27 3 index I
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;I)Z
MethodParameters:
Name Flags
bucket
key
index
private boolean removeDeepChain(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 3
start local 3 1: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 7
2: aload 3
aload 3
iconst_0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
3: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
ifnonnull 5
4: aload 1
aconst_null
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
5: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
6: iconst_1
ireturn
7: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 13
10: aload 3
aload 3
iconst_1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
11: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
12: iconst_1
ireturn
13: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 15
14: iconst_0
ireturn
15: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 19
16: aload 3
aload 3
iconst_2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
17: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
18: iconst_1
ireturn
19: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 21
20: iconst_0
ireturn
21: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 24
22: aload 3
astore 1
23: goto 0
24: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 28
25: aload 3
aload 3
iconst_3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
26: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
27: iconst_1
ireturn
28: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 29 1 oldBucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 29 2 key TT;
1 29 3 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;)Z
MethodParameters:
Name Flags
oldBucket
key
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.set.mutable.UnifiedSet.occupied:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof java.util.Set
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Set
astore 2
start local 2 5: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
aload 2
invokeinterface java.util.Set.size:()I
if_icmpne 6
aload 0
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.containsAll:(Ljava/util/Collection;)Z
ifeq 6
iconst_1
ireturn
StackMap locals: java.util.Set
StackMap stack:
6: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 7 1 object Ljava/lang/Object;
5 7 2 other Ljava/util/Set<*>;
MethodParameters:
Name Flags
object
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 12
3: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 4: aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 7
5: iload 1
aload 0
aload 3
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedHashCode:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)I
iadd
istore 1
6: goto 11
7: StackMap locals: java.lang.Object
StackMap stack:
aload 3
ifnull 11
8: iload 1
aload 3
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
if_acmpne 9
iconst_0
goto 10
StackMap locals:
StackMap stack: int
9: aload 3
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet int int java.lang.Object
StackMap stack: int int
10: iadd
istore 1
end local 3 11: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
12: iload 2
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 3
end local 2 13: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
1 14 1 hashCode I
2 13 2 i I
4 11 3 cur Ljava/lang/Object;
private int chainedHashCode(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: StackMap locals: int
StackMap stack:
iload 2
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
if_acmpne 2
iconst_0
goto 3
StackMap locals:
StackMap stack: int
2: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
StackMap stack: int int
3: iadd
istore 2
4: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 6
5: iload 2
ireturn
6: StackMap locals:
StackMap stack:
iload 2
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
if_acmpne 7
iconst_0
goto 8
StackMap locals:
StackMap stack: int
7: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
StackMap stack: int int
8: iadd
istore 2
9: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 11
10: iload 2
ireturn
11: StackMap locals:
StackMap stack:
iload 2
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
if_acmpne 12
iconst_0
goto 13
StackMap locals:
StackMap stack: int
12: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
StackMap stack: int int
13: iadd
istore 2
14: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 16
15: iload 2
ireturn
16: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 19
17: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
18: goto 1
19: StackMap locals:
StackMap stack:
iload 2
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
if_acmpne 20
iconst_0
goto 21
StackMap locals:
StackMap stack: int
20: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
StackMap stack: int int
21: iadd
istore 2
22: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 23 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
1 23 2 hashCode I
MethodParameters:
Name Flags
bucket
public boolean trimToSize();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
aload 0
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
i2f
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
fdiv
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.fastCeil:(F)I
iconst_1
ishl
if_icmpgt 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
astore 1
start local 1 3: aload 0
aload 0
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
i2f
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
fdiv
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.fastCeil:(F)I
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.init:(I)I
pop
4: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.isEmpty:()Z
ifeq 6
5: iconst_1
ireturn
6: StackMap locals: java.lang.Object[]
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
iconst_1
isub
istore 2
start local 2 7: iconst_0
istore 3
start local 3 8: goto 17
9: StackMap locals: int int
StackMap stack:
aload 1
iload 3
aaload
astore 4
start local 4 10: aload 4
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 14
11: aload 4
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 5
start local 5 12: aload 0
aload 5
iload 3
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedTrimToSize:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;II)V
end local 5 13: goto 16
14: StackMap locals: java.lang.Object
StackMap stack:
aload 4
ifnull 16
15: aload 0
aload 4
iload 3
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
end local 4 16: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
17: iload 3
aload 1
arraylength
if_icmplt 9
end local 3 18: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
3 19 1 temp [Ljava/lang/Object;
7 19 2 mask I
8 18 3 j I
10 16 4 cur Ljava/lang/Object;
12 13 5 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
private void chainedTrimToSize(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, int, int);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
iload 2
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
1: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 3
2: return
3: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
iload 2
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
4: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 6
5: return
6: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
iload 2
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
7: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 9
8: return
9: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 12
10: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
11: goto 0
12: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
iload 2
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
13: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 14 2 oldIndex I
0 14 3 mask I
MethodParameters:
Name Flags
bucket
oldIndex
mask
private void addForTrim(java.lang.Object, int, int);
descriptor: (Ljava/lang/Object;II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iload 3
iand
istore 4
start local 4 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 4
aaload
astore 5
start local 5 2: aload 5
ifnonnull 5
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 4
aload 1
aastore
4: return
5: StackMap locals: int java.lang.Object
StackMap stack:
aload 0
aload 1
iload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedAddForTrim:(Ljava/lang/Object;I)V
6: return
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 7 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 7 1 key Ljava/lang/Object;
0 7 2 oldIndex I
0 7 3 mask I
1 7 4 index I
2 7 5 cur Ljava/lang/Object;
MethodParameters:
Name Flags
key
oldIndex
mask
private void chainedAddForTrim(java.lang.Object, int);
descriptor: (Ljava/lang/Object;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 16
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 3
start local 3 2: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 5
3: aload 3
aload 1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
4: return
5: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 8
6: aload 3
aload 1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
7: return
8: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 11
9: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 3
10: goto 2
11: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 14
12: aload 3
aload 1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
13: return
14: StackMap locals:
StackMap stack:
aload 3
new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
dup
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 1
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
15: return
end local 3 16: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
dup
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
aload 1
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
astore 3
start local 3 17: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aload 3
aastore
18: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 19 1 key Ljava/lang/Object;
0 19 2 index I
2 16 3 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
17 19 3 newBucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
MethodParameters:
Name Flags
key
index
public void readExternal(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 2
start local 2 1: aload 0
aload 1
invokeinterface java.io.ObjectInput.readFloat:()F
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
2: aload 0
iload 2
i2f
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
fdiv
f2i
iconst_1
iadd
bipush 8
invokestatic java.lang.Math.max:(II)I
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.init:(I)I
pop
3: iconst_0
istore 3
start local 3 4: goto 7
5: StackMap locals: int int
StackMap stack:
aload 0
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
6: iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
iload 2
if_icmplt 5
end local 3 8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 9 1 in Ljava/io/ObjectInput;
1 9 2 size I
4 8 3 i I
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
invokeinterface java.io.ObjectOutput.writeInt:(I)V
1: aload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
invokeinterface java.io.ObjectOutput.writeFloat:(F)V
2: iconst_0
istore 2
start local 2 3: goto 11
4: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 5: aload 3
ifnull 10
6: aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 9
7: aload 0
aload 1
aload 3
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.writeExternalChain:(Ljava/io/ObjectOutput;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)V
8: goto 10
9: StackMap locals: java.lang.Object
StackMap stack:
aload 1
aload 0
aload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
end local 3 10: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
11: iload 2
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
arraylength
if_icmplt 4
end local 2 12: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 13 1 out Ljava/io/ObjectOutput;
3 12 2 i I
5 10 3 o Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
private void writeExternalChain(java.io.ObjectOutput, org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
descriptor: (Ljava/io/ObjectOutput;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: StackMap locals:
StackMap stack:
aload 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 3
2: return
3: StackMap locals:
StackMap stack:
aload 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
4: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 6
5: return
6: StackMap locals:
StackMap stack:
aload 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
7: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 9
8: return
9: StackMap locals:
StackMap stack:
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 12
10: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 2
11: goto 0
12: StackMap locals:
StackMap stack:
aload 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
13: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 out Ljava/io/ObjectOutput;
0 14 2 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
bucket
private void addIfFound(T, org.eclipse.collections.impl.set.mutable.UnifiedSet<T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
istore 3
start local 3 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 3
aaload
astore 4
start local 4 2: aload 4
ifnonnull 4
3: return
4: StackMap locals: int java.lang.Object
StackMap stack:
aload 4
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 7
5: aload 0
aload 4
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addIfFoundFromChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
6: return
7: StackMap locals:
StackMap stack:
aload 0
aload 4
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 9
8: aload 2
aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
9: 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 10 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 10 1 key TT;
0 10 2 other Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
1 10 3 index I
2 10 4 cur Ljava/lang/Object;
Signature: (TT;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;)V
MethodParameters:
Name Flags
key
other
private void addIfFoundFromChain(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, T, org.eclipse.collections.impl.set.mutable.UnifiedSet<T>);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 3
1: aload 3
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
2: return
3: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 5
4: return
5: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 8
6: aload 3
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
7: return
8: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 10
9: return
10: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 13
11: aload 3
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
12: return
13: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 15
14: return
15: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 18
16: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 1
17: goto 0
18: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 21
19: aload 3
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
pop
20: return
21: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 22 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 22 2 key TT;
0 22 3 other Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;)V
MethodParameters:
Name Flags
bucket
key
other
public boolean retainAllIterable(java.lang.Iterable<?>);
descriptor: (Ljava/lang/Iterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Set
ifeq 2
1: aload 0
aload 1
checkcast java.util.Set
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.retainAllFromSet:(Ljava/util/Set;)Z
ireturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.retainAllFromNonSet:(Ljava/lang/Iterable;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 3 1 iterable Ljava/lang/Iterable<*>;
Signature: (Ljava/lang/Iterable<*>;)Z
MethodParameters:
Name Flags
iterable
private boolean retainAllFromNonSet(java.lang.Iterable<?>);
descriptor: (Ljava/lang/Iterable;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 1
invokestatic org.eclipse.collections.impl.utility.Iterate.sizeOf:(Ljava/lang/Iterable;)I
istore 2
start local 2 1: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
astore 3
start local 3 2: aload 1
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
goto 5
StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet java.lang.Iterable int org.eclipse.collections.impl.set.mutable.UnifiedSet top java.util.Iterator
StackMap stack:
3: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 4
start local 4 4: aload 0
aload 4
aload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addIfFound:(Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
end local 4 5: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: aload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
if_icmpge 11
7: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
8: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
9: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
10: iconst_1
ireturn
11: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet java.lang.Iterable int org.eclipse.collections.impl.set.mutable.UnifiedSet
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 12 1 iterable Ljava/lang/Iterable<*>;
1 12 2 retainedSize I
2 12 3 retainedCopy Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
4 5 4 key Ljava/lang/Object;
Signature: (Ljava/lang/Iterable<*>;)Z
MethodParameters:
Name Flags
iterable
private boolean retainAllFromSet(java.util.Set<?>);
descriptor: (Ljava/util/Set;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.iterator:()Ljava/util/Iterator;
astore 3
start local 3 2: goto 6
3: StackMap locals: int java.util.Iterator
StackMap stack:
aload 1
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 6
4: aload 3
invokeinterface java.util.Iterator.remove:()V
5: iconst_1
istore 2
6: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
7: iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 8 1 collection Ljava/util/Set<*>;
1 8 2 result Z
2 8 3 e Ljava/util/Iterator<TT;>;
Signature: (Ljava/util/Set<*>;)Z
MethodParameters:
Name Flags
collection
public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> clone();
descriptor: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.UnifiedSet
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
Signature: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
public java.lang.Object[] toArray();
descriptor: ()[Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
anewarray java.lang.Object
astore 1
start local 1 1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyToArray:([Ljava/lang/Object;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
1 3 1 result [Ljava/lang/Object;
private void copyToArray(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 12
4: StackMap locals: java.lang.Object[] int int
StackMap stack:
aload 2
iload 4
aaload
astore 5
start local 5 5: aload 5
ifnull 11
6: aload 5
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 10
7: aload 5
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 6
start local 6 8: aload 0
aload 1
aload 6
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyBucketToArray:([Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;I)I
istore 3
end local 6 9: goto 11
10: StackMap locals: java.lang.Object
StackMap stack:
aload 1
iload 3
iinc 3 1
aload 0
aload 5
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aastore
end local 5 11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
aload 2
arraylength
if_icmplt 4
end local 4 13: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 result [Ljava/lang/Object;
1 14 2 table [Ljava/lang/Object;
2 14 3 count I
3 13 4 i I
5 11 5 cur Ljava/lang/Object;
8 9 6 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
MethodParameters:
Name Flags
result
private int copyBucketToArray(java.lang.Object[], org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, int);
descriptor: ([Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: StackMap locals:
StackMap stack:
aload 1
iload 3
iinc 3 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aastore
1: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 3
2: goto 13
3: StackMap locals:
StackMap stack:
aload 1
iload 3
iinc 3 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aastore
4: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 6
5: goto 13
6: StackMap locals:
StackMap stack:
aload 1
iload 3
iinc 3 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aastore
7: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 9
8: goto 13
9: StackMap locals:
StackMap stack:
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 12
10: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 2
11: goto 0
12: StackMap locals:
StackMap stack:
aload 1
iload 3
iinc 3 1
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aastore
13: StackMap locals:
StackMap stack:
iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 14 1 result [Ljava/lang/Object;
0 14 2 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 14 3 count I
MethodParameters:
Name Flags
result
bucket
count
public <T> T[] toArray();
descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
istore 2
start local 2 1: aload 1
arraylength
iload 2
if_icmpge 3
2: aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
iload 2
invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
checkcast java.lang.Object[]
goto 4
3: StackMap locals: int
StackMap stack:
aload 1
4: StackMap locals:
StackMap stack: java.lang.Object[]
astore 3
start local 3 5: aload 0
aload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyToArray:([Ljava/lang/Object;)V
6: iload 2
aload 3
arraylength
if_icmpge 8
7: aload 3
iload 2
aconst_null
aastore
8: StackMap locals: java.lang.Object[]
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 9 1 array [Ljava/lang/Object;
1 9 2 size I
5 9 3 result [Ljava/lang/Object;
Signature: <T:Ljava/lang/Object;>([TT;)[TT;
MethodParameters:
Name Flags
array
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
Signature: ()Ljava/util/Iterator<TT;>;
public <V> org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap<V, T> groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.newMultimap:()Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
checkcast org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 1 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap<TV;TT;>;
MethodParameters:
Name Flags
function
public <V> org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap<V, T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap
dup
invokespecial org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.<init>:()V
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
checkcast org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 1 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap<TV;TT;>;
MethodParameters:
Name Flags
function
public T get();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 2: aload 3
ifnonnull 4
3: aconst_null
areturn
4: StackMap locals: int java.lang.Object
StackMap stack:
aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
5: aload 0
aload 1
aload 3
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedGet:(Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
areturn
6: StackMap locals:
StackMap stack:
aload 0
aload 3
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 8
7: aload 3
areturn
8: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 9 1 key TT;
1 9 2 index I
2 9 3 cur Ljava/lang/Object;
Signature: (TT;)TT;
MethodParameters:
Name Flags
key
private T chainedGet(T, org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: StackMap locals:
StackMap stack:
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 2
1: aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 4
3: aconst_null
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 6
5: aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
6: StackMap locals:
StackMap stack:
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 8
7: aconst_null
areturn
8: StackMap locals:
StackMap stack:
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 10
9: aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
10: StackMap locals:
StackMap stack:
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 13
11: aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 2
12: goto 0
13: StackMap locals:
StackMap stack:
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 15
14: aconst_null
areturn
15: StackMap locals:
StackMap stack:
aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 17
16: aload 0
aload 2
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
17: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 18 1 key TT;
0 18 2 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
Signature: (TT;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)TT;
MethodParameters:
Name Flags
key
bucket
public T put();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 2: aload 3
ifnonnull 7
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aload 1
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
aastore
4: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 6
5: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
6: StackMap locals: int java.lang.Object
StackMap stack:
aload 1
areturn
7: StackMap locals:
StackMap stack:
aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifne 8
aload 0
aload 3
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 9
8: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedPut:(Ljava/lang/Object;I)Ljava/lang/Object;
areturn
9: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
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/set/mutable/UnifiedSet<TT;>;
0 10 1 key TT;
1 10 2 index I
2 10 3 cur Ljava/lang/Object;
Signature: (TT;)TT;
MethodParameters:
Name Flags
key
private T chainedPut(T, );
descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 32
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 3
start local 3 2: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 4
3: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
4: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 9
5: aload 3
aload 1
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
6: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 8
7: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
8: StackMap locals:
StackMap stack:
aload 1
areturn
9: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 11
10: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
11: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 16
12: aload 3
aload 1
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
13: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 15
14: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
15: StackMap locals:
StackMap stack:
aload 1
areturn
16: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 18
17: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
18: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 21
19: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 3
20: goto 2
21: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 26
22: aload 3
aload 1
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
23: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 25
24: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
25: StackMap locals:
StackMap stack:
aload 1
areturn
26: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 28
27: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
28: StackMap locals:
StackMap stack:
aload 3
new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
dup
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 1
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
29: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 31
30: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
31: StackMap locals:
StackMap stack:
aload 1
areturn
end local 3 32: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
dup
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
aload 1
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
astore 3
start local 3 33: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aload 3
aastore
34: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
iadd
dup_x1
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
if_icmple 36
35: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
36: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
StackMap stack:
aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 37 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 37 1 key TT;
0 37 2 index I
2 32 3 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
33 37 3 newBucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
Signature: (TT;I)TT;
MethodParameters:
Name Flags
key
index
public T removeFromPool();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aaload
astore 3
start local 3 2: aload 3
ifnonnull 4
3: aconst_null
areturn
4: StackMap locals: int java.lang.Object
StackMap stack:
aload 3
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 6
5: aload 0
aload 3
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeFromChainForPool:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;I)Ljava/lang/Object;
areturn
6: StackMap locals:
StackMap stack:
aload 0
aload 3
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 10
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 2
aconst_null
aastore
8: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
9: aload 0
aload 3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
10: StackMap locals:
StackMap stack:
aconst_null
areturn
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/set/mutable/UnifiedSet<TT;>;
0 11 1 key TT;
1 11 2 index I
2 11 3 cur Ljava/lang/Object;
Signature: (TT;)TT;
MethodParameters:
Name Flags
key
private T removeFromChainForPool(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, T, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;I)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 7
1: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
astore 4
start local 4 2: aload 1
aload 1
iconst_0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
3: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
ifnonnull 5
4: aload 0
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
iload 3
aconst_null
aastore
5: StackMap locals: java.lang.Object
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
6: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 7: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 9
8: aconst_null
areturn
9: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 14
10: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
astore 4
start local 4 11: aload 1
aload 1
iconst_1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
12: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
13: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 14: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 16
15: aconst_null
areturn
16: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 21
17: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
astore 4
start local 4 18: aload 1
aload 1
iconst_2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
19: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
20: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 21: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 23
22: aconst_null
areturn
23: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 25
24: aload 0
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeDeepChainForPool:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Ljava/lang/Object;
areturn
25: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 30
26: aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
astore 4
start local 4 27: aload 1
aload 1
iconst_3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
28: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
29: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 30: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 31 1 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 31 2 key TT;
0 31 3 index I
2 7 4 result Ljava/lang/Object;
11 14 4 result Ljava/lang/Object;
18 21 4 result Ljava/lang/Object;
27 30 4 result Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;I)TT;
MethodParameters:
Name Flags
bucket
key
index
private T removeDeepChainForPool(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, );
descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: StackMap locals:
StackMap stack:
aload 1
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
astore 3
start local 3 1: aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 8
2: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
astore 4
start local 4 3: aload 3
aload 3
iconst_0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
4: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
ifnonnull 6
5: aload 1
aconst_null
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
6: StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket java.lang.Object
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
7: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 8: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
ifnonnull 10
9: aconst_null
areturn
10: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 15
11: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
astore 4
start local 4 12: aload 3
aload 3
iconst_1
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
13: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
14: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 15: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
ifnonnull 17
16: aconst_null
areturn
17: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 22
18: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
astore 4
start local 4 19: aload 3
aload 3
iconst_2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
20: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
21: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 22: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
ifnonnull 24
23: aconst_null
areturn
24: StackMap locals:
StackMap stack:
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
ifeq 27
25: aload 3
astore 1
26: goto 0
27: StackMap locals:
StackMap stack:
aload 0
aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 32
28: aload 3
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
astore 4
start local 4 29: aload 3
aload 3
iconst_3
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
30: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
31: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 32: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 33 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 33 1 oldBucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
0 33 2 key TT;
1 33 3 bucket Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
3 8 4 result Ljava/lang/Object;
12 15 4 result Ljava/lang/Object;
19 22 4 result Ljava/lang/Object;
29 32 4 result Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;)TT;
MethodParameters:
Name Flags
oldBucket
key
private T nonSentinel();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
if_acmpne 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 1
StackMap locals:
StackMap stack: java.lang.Object
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 3 1 key Ljava/lang/Object;
Signature: (Ljava/lang/Object;)TT;
MethodParameters:
Name Flags
key
private static java.lang.Object toSentinelIfNull(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
ifnonnull 2
1: getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 key Ljava/lang/Object;
MethodParameters:
Name Flags
key
private boolean nonNullTableObjectEquals(, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
if_acmpeq 3
aload 1
getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
if_acmpne 1
aload 2
ifnull 3
goto 2
StackMap locals:
StackMap stack:
1: aload 1
aload 2
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
StackMap locals:
StackMap stack:
3: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 4 1 cur Ljava/lang/Object;
0 4 2 key TT;
Signature: (Ljava/lang/Object;TT;)Z
MethodParameters:
Name Flags
cur
key
public org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> asParallel(java.util.concurrent.ExecutorService, int);
descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iload 2
iconst_1
if_icmpge 4
3: new java.lang.IllegalArgumentException
dup
invokespecial java.lang.IllegalArgumentException.<init>:()V
athrow
4: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable
dup
aload 0
aload 1
iload 2
invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;Ljava/util/concurrent/ExecutorService;I)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
0 5 1 executorService Ljava/util/concurrent/ExecutorService;
0 5 2 batchSize I
Signature: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TT;>;
RuntimeInvisibleAnnotations:
org.eclipse.collections.api.annotation.Beta()
RuntimeInvisibleTypeAnnotations:
METHOD_RETURN
org.eclipse.collections.api.annotation.Beta()
MethodParameters:
Name Flags
executorService
batchSize
public org.eclipse.collections.api.set.ImmutableSetIterable toImmutable();
descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.ImmutableCollection toImmutable();
descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection withoutAll(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet withoutAll(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
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.set.mutable.UnifiedSet.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet newEmpty(int);
descriptor: (I)Lorg/eclipse/collections/api/set/MutableSet;
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.set.mutable.UnifiedSet.newEmpty:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet newEmpty();
descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet clone();
descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.clone:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.clone:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
public org.eclipse.collections.api.set.ParallelSetIterable asParallel(java.util.concurrent.ExecutorService, int);
descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.UnsortedSetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.set.PartitionSet partition(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionSet;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionMutableCollection partition(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.set.PartitionMutableSetIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSetIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection without(java.lang.Object);
descriptor: (Ljava/lang/Object;)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 java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.without:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet without(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.without:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/SetIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.UnsortedSetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSetIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap groupByEach(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/SetIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.UnsortedSetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSetIterable;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
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.predicate.Predicate
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/SetIterable;
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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.UnsortedSetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSetIterable;
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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap groupBy(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
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.Function
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.UnsortedSetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.set.PartitionSet partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionMutableCollection partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.set.PartitionMutableSetIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection withAll(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet withAll(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
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.set.mutable.UnifiedSet.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)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 java.lang.Class
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/SetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Class
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.UnsortedSetIterable selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Class
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)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 java.lang.Class
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Class
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Class
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection with(java.lang.Object);
descriptor: (Ljava/lang/Object;)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 java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSet with(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(org.eclipse.collections.api.block.predicate.Predicate2, org.eclipse.collections.api.list.MutableList, org.eclipse.collections.api.list.MutableList, java.lang.Object, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=5, args_size=5
start local 3 start local 4 0: aload 0
aload 3
aload 4
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 1
aload 1
goto 2
StackMap locals:
StackMap stack:
1: aload 2
StackMap locals:
StackMap stack: org.eclipse.collections.api.list.MutableList
2: aload 3
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
return
end local 4 end local 3 LocalVariableTable:
Start End Slot Name Signature
0 3 3 each TT;
0 3 4 parm TP;
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=6, 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 { // 1
-1647345005: 1
default: 2
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "lambda$0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 2
iconst_0
istore 2
StackMap locals:
StackMap stack:
2: iload 2
lookupswitch { // 1
0: 3
default: 4
}
StackMap locals:
StackMap stack:
3: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 6
if_icmpne 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/Procedure2"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/set/mutable/UnifiedSet"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.list.MutableList
aload 0
iconst_2
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.list.MutableList
invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
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:
(Ljava/lang/Object;Ljava/lang/Object;)V
org/eclipse/collections/impl/set/mutable/UnifiedSet.lambda$0(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V (6)
(Ljava/lang/Object;Ljava/lang/Object;)V
1
areturn
StackMap locals:
StackMap stack:
4: 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
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/set/AbstractUnifiedSet<TT;>;Ljava/io/Externalizable;
SourceFile: "UnifiedSet.java"
NestMembers:
org.eclipse.collections.impl.set.mutable.UnifiedSet$1 org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable$UnifiedSetParallelSplitIterator org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable$UnifiedSetParallelSplitLazyIterable org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedUnsortedSetBatch
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
org.eclipse.collections.impl.set.mutable.UnifiedSet$1
private final ChainedBucket = org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket of org.eclipse.collections.impl.set.mutable.UnifiedSet
protected PositionalIterator = org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator of org.eclipse.collections.impl.set.mutable.UnifiedSet
private final UnifiedSetParallelUnsortedIterable = org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable of org.eclipse.collections.impl.set.mutable.UnifiedSet
private final UnifiedUnsortedSetBatch = org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedUnsortedSetBatch of org.eclipse.collections.impl.set.mutable.UnifiedSet