public abstract class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet implements org.eclipse.collections.api.set.primitive.MutableShortSet, java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final short EMPTY_KEY;
descriptor: S
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final short REMOVED_KEY;
descriptor: S
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
private static boolean isEmptyKey(short);
descriptor: (S)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 key S
MethodParameters:
Name Flags
key
private static boolean isRemovedKey(short);
descriptor: (S)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
iconst_1
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 key S
MethodParameters:
Name Flags
key
private static boolean isNonSentinel(short);
descriptor: (S)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isEmptyKey:(S)Z
ifne 1
iload 0
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isRemovedKey:(S)Z
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 key S
MethodParameters:
Name Flags
key
protected abstract short getKeyAtIndex(int);
descriptor: (I)S
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
index
protected abstract int getTableSize();
descriptor: ()I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap getOuter();
descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues getSentinelValues();
descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
public void forEach(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;
MethodParameters:
Name Flags
procedure
public void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
aload 1
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;
MethodParameters:
Name Flags
procedure
public int count(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 4
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 4
3: iinc 2 1
4: StackMap locals: int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 6
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 6
5: iinc 2 1
6: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 10
aload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 10
9: iinc 2 1
10: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 8
end local 3 12: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
1 13 2 count I
7 12 3 i I
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 3
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 3
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 5
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 5
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 9
aload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 9
8: iconst_1
ireturn
9: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
10: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 7
end local 2 11: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
6 11 2 i I
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 3
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifne 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 5
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifne 5
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 9
aload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifne 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
10: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 7
end local 2 11: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
6 11 2 i I
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 3
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 5
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 5
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 9
aload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
10: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 7
end local 2 11: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
6 11 2 i I
MethodParameters:
Name Flags
predicate
public boolean add(short);
descriptor: (S)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call add() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 element S
MethodParameters:
Name Flags
element
public boolean addAll(short[]);
descriptor: ([S)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call addAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 source [S
MethodParameters:
Name Flags
source
public boolean addAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call addAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 source Lorg/eclipse/collections/api/ShortIterable;
MethodParameters:
Name Flags
source
public org.eclipse.collections.api.set.primitive.MutableShortSet select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.<init>:()V
astore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 4
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 4
3: aload 2
iconst_0
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.add:(S)Z
pop
4: StackMap locals: org.eclipse.collections.api.set.primitive.MutableShortSet
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 6
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 6
5: aload 2
iconst_1
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.add:(S)Z
pop
6: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 10
aload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 10
9: aload 2
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.add:(S)Z
pop
10: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 8
end local 3 12: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
1 13 2 result Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
7 12 3 i I
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.MutableShortSet reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.<init>:()V
astore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 4
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifne 4
3: aload 2
iconst_0
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.add:(S)Z
pop
4: StackMap locals: org.eclipse.collections.api.set.primitive.MutableShortSet
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 6
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifne 6
5: aload 2
iconst_1
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.add:(S)Z
pop
6: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 10
aload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifne 10
9: aload 2
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.add:(S)Z
pop
10: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 8
end local 3 12: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
1 13 2 result Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
7 12 3 i I
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.MutableShortSet with(short);
descriptor: (S)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call with() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 element S
MethodParameters:
Name Flags
element
public org.eclipse.collections.api.set.primitive.MutableShortSet without(short);
descriptor: (S)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call without() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 element S
MethodParameters:
Name Flags
element
public org.eclipse.collections.api.set.primitive.MutableShortSet withAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call withAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 elements Lorg/eclipse/collections/api/ShortIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.api.set.primitive.MutableShortSet withoutAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call withoutAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 elements Lorg/eclipse/collections/api/ShortIterable;
MethodParameters:
Name Flags
elements
public <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.with:()Lorg/eclipse/collections/api/set/MutableSet;
astore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 4
3: aload 2
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction.valueOf:(S)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
4: StackMap locals: org.eclipse.collections.api.set.MutableSet
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 6
5: aload 2
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction.valueOf:(S)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
6: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 10
9: aload 2
aload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction.valueOf:(S)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
10: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 8
end local 3 12: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 13 1 function Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction<+TV;>;
1 13 2 result Lorg/eclipse/collections/api/set/MutableSet<TV;>;
7 12 3 i I
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
function
public boolean remove(short);
descriptor: (S)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
istore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
iload 1
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.removeKey:(S)V
2: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
if_icmpeq 3
iconst_1
ireturn
StackMap locals: int
StackMap stack:
3: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 4 1 key S
1 4 2 oldSize I
MethodParameters:
Name Flags
key
public boolean removeAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
istore 2
start local 2 1: aload 1
invokeinterface org.eclipse.collections.api.ShortIterable.shortIterator:()Lorg/eclipse/collections/api/iterator/ShortIterator;
astore 3
start local 3 2: goto 4
3: StackMap locals: int org.eclipse.collections.api.iterator.ShortIterator
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
aload 3
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.next:()S
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.removeKey:(S)V
4: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
ifne 3
5: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
if_icmpeq 6
iconst_1
ireturn
StackMap locals:
StackMap stack:
6: iconst_0
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/map/mutable/primitive/AbstractMutableShortKeySet;
0 7 1 source Lorg/eclipse/collections/api/ShortIterable;
1 7 2 oldSize I
2 7 3 iterator Lorg/eclipse/collections/api/iterator/ShortIterator;
MethodParameters:
Name Flags
source
public boolean removeAll(short[]);
descriptor: ([S)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=7, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
istore 2
start local 2 1: aload 1
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 5
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet short[] int top int int short[]
StackMap stack:
2: aload 6
iload 4
saload
istore 3
start local 3 3: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
iload 3
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.removeKey:(S)V
end local 3 4: iinc 4 1
StackMap locals:
StackMap stack:
5: iload 4
iload 5
if_icmplt 2
6: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
if_icmpeq 7
iconst_1
ireturn
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet short[] int
StackMap stack:
7: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 8 1 source [S
1 8 2 oldSize I
3 4 3 item S
MethodParameters:
Name Flags
source
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public short detectIfNone(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate, short);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;S)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 3
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 5
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 5
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 9
aload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.predicate.primitive.ShortPredicate.accept:(S)Z
ifeq 9
8: aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
ireturn
9: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
10: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 7
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/map/mutable/primitive/AbstractMutableShortKeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
0 12 2 ifNone S
6 11 3 i I
MethodParameters:
Name Flags
predicate
ifNone
public org.eclipse.collections.api.set.primitive.MutableShortSet asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableShortSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableShortSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public org.eclipse.collections.api.set.primitive.MutableShortSet asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableShortSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/SynchronizedShortSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public long sum();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: lconst_0
lstore 1
start local 1 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 4
3: lload 1
lconst_0
ladd
lstore 1
4: StackMap locals: long
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 6
5: lload 1
lconst_1
ladd
lstore 1
6: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 10
9: lload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
i2l
ladd
lstore 1
10: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 8
end local 3 12: lload 1
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
1 13 1 result J
7 12 3 i I
public short max();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iconst_0
istore 1
start local 1 3: iconst_0
istore 2
start local 2 4: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 11
5: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 8
6: iconst_0
istore 1
7: iconst_1
istore 2
8: StackMap locals: int int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 11
9: iconst_1
istore 1
10: iconst_1
istore 2
11: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 12: goto 17
13: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 16
iload 2
ifeq 14
iload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
if_icmpge 16
14: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
istore 1
15: iconst_1
istore 2
16: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
17: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 13
end local 3 18: iload 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/map/mutable/primitive/AbstractMutableShortKeySet;
3 19 1 max S
4 19 2 isMaxSet Z
12 18 3 i I
public short maxIfEmpty(short);
descriptor: (S)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.isEmpty:()Z
ifeq 2
1: iload 1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.max:()S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 3 1 defaultValue S
MethodParameters:
Name Flags
defaultValue
public short min();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iconst_0
istore 1
start local 1 3: iconst_0
istore 2
start local 2 4: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 11
5: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 8
6: iconst_0
istore 1
7: iconst_1
istore 2
8: StackMap locals: int int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 11
iload 2
ifne 11
9: iconst_1
istore 1
10: iconst_1
istore 2
11: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 12: goto 17
13: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 16
iload 2
ifeq 14
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
iload 1
if_icmpge 16
14: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
istore 1
15: iconst_1
istore 2
16: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
17: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 13
end local 3 18: iload 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/map/mutable/primitive/AbstractMutableShortKeySet;
3 19 1 min S
4 19 2 isMinSet Z
12 18 3 i I
public short minIfEmpty(short);
descriptor: (S)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.isEmpty:()Z
ifeq 2
1: iload 1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.min:()S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 3 1 defaultValue S
MethodParameters:
Name Flags
defaultValue
public double average();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isEmpty:()Z
ifeq 2
1: new java.lang.ArithmeticException
dup
invokespecial java.lang.ArithmeticException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.sum:()J
l2d
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.size:()I
i2d
ddiv
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public double median();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isEmpty:()Z
ifeq 2
1: new java.lang.ArithmeticException
dup
invokespecial java.lang.ArithmeticException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.toSortedArray:()[S
astore 1
start local 1 3: aload 1
arraylength
iconst_1
ishr
istore 2
start local 2 4: aload 1
arraylength
iconst_1
if_icmple 8
aload 1
arraylength
iconst_1
iand
ifne 8
5: aload 1
iload 2
saload
istore 3
start local 3 6: aload 1
iload 2
iconst_1
isub
saload
istore 4
start local 4 7: iload 3
i2d
iload 4
i2d
dadd
ldc 2.0
ddiv
dreturn
end local 4 end local 3 8: StackMap locals: short[] int
StackMap stack:
aload 1
iload 2
saload
i2d
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
3 9 1 sortedArray [S
4 9 2 middleIndex I
6 8 3 first S
7 8 4 second S
public short[] toSortedArray();
descriptor: ()[S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.toArray:()[S
astore 1
start local 1 1: aload 1
invokestatic java.util.Arrays.sort:([S)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/map/mutable/primitive/AbstractMutableShortKeySet;
1 3 1 array [S
public org.eclipse.collections.api.list.primitive.MutableShortList toSortedList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.ShortArrayList.newList:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/ShortArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.ShortArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/ShortArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public short[] toArray();
descriptor: ()[S
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
istore 1
start local 1 1: iload 1
newarray 9
astore 2
start local 2 2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
new org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$1
dup
aload 0
aload 2
invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$1.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;[S)V
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
1 4 1 size I
2 4 2 result [S
public short[] toArray(short[]);
descriptor: ([S)[S
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
istore 2
start local 2 1: aload 1
arraylength
iload 2
if_icmpge 3
2: iload 2
newarray 9
astore 1
3: StackMap locals: int
StackMap stack:
aload 1
astore 3
start local 3 4: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
new org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2
dup
aload 0
aload 3
invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;[S)V
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
5: aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 6 1 result [S
1 6 2 size I
4 6 3 finalBypass [S
MethodParameters:
Name Flags
result
public boolean contains(short);
descriptor: (S)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
iload 1
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.containsKey:(S)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 value S
MethodParameters:
Name Flags
value
public boolean containsAll(short[]);
descriptor: ([S)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: aload 1
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 5
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet short[] top int int short[]
StackMap stack:
1: aload 5
iload 3
saload
istore 2
start local 2 2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
iload 2
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.containsKey:(S)Z
ifne 4
3: iconst_0
ireturn
end local 2 4: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
iload 4
if_icmplt 1
6: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 7 1 source [S
2 4 2 item S
MethodParameters:
Name Flags
source
public boolean containsAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.eclipse.collections.api.ShortIterable.shortIterator:()Lorg/eclipse/collections/api/iterator/ShortIterator;
astore 2
start local 2 1: goto 4
2: StackMap locals: org.eclipse.collections.api.iterator.ShortIterator
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
aload 2
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.next:()S
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.containsKey:(S)Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
ifne 2
5: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 6 1 source Lorg/eclipse/collections/api/ShortIterable;
1 6 2 iterator Lorg/eclipse/collections/api/iterator/ShortIterator;
MethodParameters:
Name Flags
source
public org.eclipse.collections.api.list.primitive.MutableShortList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.ShortArrayList.newList:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/ShortArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public org.eclipse.collections.api.set.primitive.MutableShortSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.newSet:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public org.eclipse.collections.api.bag.primitive.MutableShortBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBag.newBag:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/ShortHashBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public org.eclipse.collections.api.LazyShortIterable asLazy();
descriptor: ()Lorg/eclipse/collections/api/LazyShortIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.LazyShortIterableAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.LazyShortIterableAdapter.<init>:(Lorg/eclipse/collections/api/ShortIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectShortToObjectFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
astore 3
start local 3 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 4
3: aload 2
aload 3
iconst_0
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction.valueOf:(Ljava/lang/Object;S)Ljava/lang/Object;
astore 3
4: StackMap locals: java.lang.Object
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 6
5: aload 2
aload 3
iconst_1
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction.valueOf:(Ljava/lang/Object;S)Ljava/lang/Object;
astore 3
6: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
iload 4
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 10
9: aload 2
aload 3
aload 0
iload 4
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction.valueOf:(Ljava/lang/Object;S)Ljava/lang/Object;
astore 3
10: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 8
end local 4 12: aload 3
areturn
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/map/mutable/primitive/AbstractMutableShortKeySet;
0 13 1 injectedValue TT;
0 13 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectShortToObjectFunction<-TT;+TT;>;
1 13 3 result TT;
7 12 4 i I
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectShortToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
public org.eclipse.collections.api.set.primitive.ImmutableShortSet toImmutable();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableShortSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.collections.impl.factory.primitive.ShortSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableShortSetFactory;
aload 0
invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableShortSetFactory.withAll:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableShortSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.isEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public boolean notEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableShortKeysMap;
invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableShortKeysMap.notEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
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 org.eclipse.collections.api.set.primitive.ShortSet
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.eclipse.collections.api.set.primitive.ShortSet
astore 2
start local 2 5: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.size:()I
aload 2
invokeinterface org.eclipse.collections.api.set.primitive.ShortSet.size:()I
if_icmpne 6
aload 0
aload 2
invokeinterface org.eclipse.collections.api.set.primitive.ShortSet.toArray:()[S
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.containsAll:([S)Z
ifeq 6
iconst_1
ireturn
StackMap locals: org.eclipse.collections.api.set.primitive.ShortSet
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/map/mutable/primitive/AbstractMutableShortKeySet;
0 7 1 obj Ljava/lang/Object;
5 7 2 other Lorg/eclipse/collections/api/set/primitive/ShortSet;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 4
3: iinc 1 0
4: StackMap locals: int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 6
5: iinc 1 1
6: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 10
9: iload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
iadd
istore 1
10: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
11: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 8
end local 2 12: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
1 13 1 result I
7 12 2 i I
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
ldc "["
ldc ", "
ldc "]"
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public java.lang.String makeString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc ", "
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.makeString:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
public java.lang.String makeString(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ldc ""
aload 1
ldc ""
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 separator Ljava/lang/String;
MethodParameters:
Name Flags
separator
public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 4
start local 4 1: aload 0
aload 4
aload 1
aload 2
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
2: aload 4
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 4 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/map/mutable/primitive/AbstractMutableShortKeySet;
0 3 1 start Ljava/lang/String;
0 3 2 separator Ljava/lang/String;
0 3 3 end Ljava/lang/String;
1 3 4 stringBuilder Ljava/lang/Appendable;
MethodParameters:
Name Flags
start
separator
end
public void appendString(java.lang.Appendable);
descriptor: (Ljava/lang/Appendable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc ", "
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 2 1 appendable Ljava/lang/Appendable;
MethodParameters:
Name Flags
appendable
public void appendString(java.lang.Appendable, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
ldc ""
aload 2
ldc ""
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 2 1 appendable Ljava/lang/Appendable;
0 2 2 separator Ljava/lang/String;
MethodParameters:
Name Flags
appendable
separator
public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
aload 2
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
1: iconst_1
istore 5
start local 5 2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
ifnull 11
3: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
ifeq 6
4: aload 1
iconst_0
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
5: iconst_0
istore 5
6: StackMap locals: int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
ifeq 11
7: iload 5
ifne 9
8: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
9: StackMap locals:
StackMap stack:
aload 1
iconst_1
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
10: iconst_0
istore 5
11: StackMap locals:
StackMap stack:
iconst_0
istore 6
start local 6 12: goto 19
13: StackMap locals: int
StackMap stack:
aload 0
iload 6
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.isNonSentinel:(S)Z
ifeq 18
14: iload 5
ifne 16
15: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
16: StackMap locals:
StackMap stack:
aload 1
aload 0
iload 6
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getKeyAtIndex:(I)S
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
17: iconst_0
istore 5
18: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
19: iload 6
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.getTableSize:()I
if_icmplt 13
end local 6 20: aload 1
aload 4
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 5 21: goto 24
22: StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String
StackMap stack: java.io.IOException
astore 5
start local 5 23: new java.lang.RuntimeException
dup
aload 5
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 24: 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 25 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 25 1 appendable Ljava/lang/Appendable;
0 25 2 start Ljava/lang/String;
0 25 3 separator Ljava/lang/String;
0 25 4 end Ljava/lang/String;
2 21 5 first Z
12 20 6 i I
23 24 5 e Ljava/io/IOException;
Exception table:
from to target type
0 21 22 Class java.io.IOException
MethodParameters:
Name Flags
appendable
start
separator
end
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.ShortIterable> chunk(int);
descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: iload 1
ifgt 2
1: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Size for groups must be positive but was: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
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 2
start local 2 3: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.notEmpty:()Z
ifeq 17
4: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.size:()I
iload 1
if_icmpgt 7
5: aload 2
getstatic org.eclipse.collections.impl.factory.primitive.ShortSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableShortSetFactory;
aload 0
invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactory.withAll:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
6: goto 17
7: StackMap locals: org.eclipse.collections.api.list.MutableList
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.shortIterator:()Lorg/eclipse/collections/api/iterator/MutableShortIterator;
astore 3
start local 3 8: goto 16
9: StackMap locals: org.eclipse.collections.api.iterator.ShortIterator
StackMap stack:
getstatic org.eclipse.collections.impl.factory.primitive.ShortSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableShortSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableShortSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
astore 4
start local 4 10: iconst_0
istore 5
start local 5 11: goto 14
12: StackMap locals: org.eclipse.collections.api.set.primitive.MutableShortSet int
StackMap stack:
aload 4
aload 3
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.next:()S
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.add:(S)Z
pop
13: iinc 5 1
StackMap locals:
StackMap stack:
14: iload 5
iload 1
if_icmpge 15
aload 3
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
ifne 12
end local 5 15: StackMap locals:
StackMap stack:
aload 2
aload 4
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
end local 4 16: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
ifne 9
end local 3 17: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 18 1 size I
3 18 2 result Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/ShortIterable;>;
8 17 3 iterator Lorg/eclipse/collections/api/iterator/ShortIterator;
10 16 4 batch Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
11 15 5 i I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/ShortIterable;>;
MethodParameters:
Name Flags
size
public java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$SerRep
dup
aload 0
invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$SerRep.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
Exceptions:
throws java.io.ObjectStreamException
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 out Ljava/io/ObjectOutput;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
public void readExternal(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
0 1 1 in Ljava/io/ObjectInput;
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
public org.eclipse.collections.api.collection.primitive.ImmutableShortCollection toImmutable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection with(short);
descriptor: (S)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
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.map.mutable.primitive.AbstractMutableShortKeySet.with:(S)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection withAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.withAll:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ShortIterable select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ShortIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.ShortSet select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/ShortSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection withoutAll(org.eclipse.collections.api.ShortIterable);
descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.withoutAll:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)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.function.primitive.ShortToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.asSynchronized:()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.ShortSet tap(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/set/primitive/ShortSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection tap(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ShortIterable tap(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/ShortIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ShortIterable reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ShortIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.ShortSet reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/ShortSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.asUnmodifiable:()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.set.primitive.MutableShortSet.newEmpty:()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableShortCollection without(short);
descriptor: (S)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
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.map.mutable.primitive.AbstractMutableShortKeySet.without:(S)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AbstractMutableShortKeySet.java"
NestMembers:
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$1 org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2 org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$SerRep
InnerClasses:
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$1
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2
private SerRep = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$SerRep of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet