public abstract class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap extends org.eclipse.collections.impl.primitive.AbstractByteIterable implements org.eclipse.collections.api.map.primitive.MutableByteValuesMap
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap
super_class: org.eclipse.collections.impl.primitive.AbstractByteIterable
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.eclipse.collections.impl.primitive.AbstractByteIterable.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
protected abstract int getOccupiedWithData();
descriptor: ()I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues getSentinelValues();
descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract void setSentinelValuesNull();
descriptor: ()V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract byte getEmptyValue();
descriptor: ()B
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract byte getValueAtIndex(int);
descriptor: (I)B
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
index
protected abstract int getTableSize();
descriptor: ()I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract boolean isNonSentinelAtIndex(int);
descriptor: (I)Z
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
index
protected void addEmptyKeyValue(byte);
descriptor: (B)V
flags: (0x0004) ACC_PROTECTED
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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
iload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 3 1 value B
MethodParameters:
Name Flags
value
protected void removeEmptyKey();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 4
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getEmptyValue:()B
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.setSentinelValuesNull:()V
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
protected void addRemovedKeyValue(byte);
descriptor: (B)V
flags: (0x0004) ACC_PROTECTED
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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
iload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 3 1 value B
MethodParameters:
Name Flags
value
protected void removeRemovedKey();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 4
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getEmptyValue:()B
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.setSentinelValuesNull:()V
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
public boolean contains(byte);
descriptor: (B)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.containsValue:(B)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/AbstractMutableByteValuesMap;
0 1 1 value B
MethodParameters:
Name Flags
value
public boolean containsAll(org.eclipse.collections.api.ByteIterable);
descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokedynamic accept(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;)Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(B)Z
org/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap.lambda$0(B)Z (7)
(B)Z
1
invokeinterface org.eclipse.collections.api.ByteIterable.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)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/AbstractMutableByteValuesMap;
0 1 1 source Lorg/eclipse/collections/api/ByteIterable;
MethodParameters:
Name Flags
source
public byte max();
descriptor: ()B
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.AbstractMutableByteValuesMap.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
astore 1
start local 1 3: aload 1
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 2
start local 2 4: goto 8
5: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator int
StackMap stack:
aload 1
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 3
start local 3 6: iload 2
iload 3
if_icmpge 8
7: iload 3
istore 2
end local 3 8: StackMap locals:
StackMap stack:
aload 1
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 5
9: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
3 10 1 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
4 10 2 max B
6 8 3 value B
public byte min();
descriptor: ()B
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.AbstractMutableByteValuesMap.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
astore 1
start local 1 3: aload 1
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 2
start local 2 4: goto 8
5: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator int
StackMap stack:
aload 1
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 3
start local 3 6: iload 3
iload 2
if_icmpge 8
7: iload 3
istore 2
end local 3 8: StackMap locals:
StackMap stack:
aload 1
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 5
9: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
3 10 1 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
4 10 2 min B
6 8 3 value B
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getOccupiedWithData:()I
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnonnull 1
iconst_0
goto 2
StackMap locals:
StackMap stack: int
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.size:()I
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap
StackMap stack: int int
2: iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
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.AbstractMutableByteValuesMap.getOccupiedWithData:()I
ifne 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.size:()I
ifne 2
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
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.AbstractMutableByteValuesMap.getOccupiedWithData:()I
ifne 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.size:()I
ifne 2
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
StackMap locals:
StackMap stack:
2: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
public void forEach(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)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.AbstractMutableByteValuesMap.each:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)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/AbstractMutableByteValuesMap;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
MethodParameters:
Name Flags
procedure
public void each(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)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.AbstractMutableByteValuesMap.forEachValue:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)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/AbstractMutableByteValuesMap;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
MethodParameters:
Name Flags
procedure
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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 11
3: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 6
4: aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.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
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
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.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)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.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
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.AbstractMutableByteValuesMap.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.AbstractMutableByteValuesMap 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/AbstractMutableByteValuesMap;
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 byte[] toArray();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.size:()I
newarray 8
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 9
3: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 6
4: aload 1
iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
bastore
5: iinc 2 1
6: StackMap locals: byte[] int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 9
7: aload 1
iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
bastore
8: iinc 2 1
9: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 10: goto 15
11: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 14
12: aload 1
iload 2
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
bastore
13: iinc 2 1
14: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
15: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getTableSize:()I
if_icmplt 11
end local 3 16: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
1 17 1 array [B
2 17 2 index I
10 16 3 i I
public byte[] toArray(byte[]);
descriptor: ([B)[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
arraylength
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.size:()I
if_icmpge 2
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.size:()I
newarray 8
astore 1
2: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 3: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 10
4: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 7
5: aload 1
iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
bastore
6: iinc 2 1
7: StackMap locals: int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 10
8: aload 1
iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
bastore
9: iinc 2 1
10: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 11: goto 16
12: StackMap locals: int
StackMap stack:
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 15
13: aload 1
iload 2
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
bastore
14: iinc 2 1
15: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
16: iload 3
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getTableSize:()I
if_icmplt 12
end local 3 17: aload 1
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/AbstractMutableByteValuesMap;
0 18 1 target [B
3 18 2 index I
11 17 3 i I
MethodParameters:
Name Flags
target
public org.eclipse.collections.api.bag.primitive.MutableByteBag select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag
dup
invokespecial org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.<init>:()V
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
checkcast org.eclipse.collections.api.bag.primitive.MutableByteBag
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.bag.primitive.MutableByteBag reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag
dup
invokespecial org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.<init>:()V
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
checkcast org.eclipse.collections.api.bag.primitive.MutableByteBag
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.bag.MutableBag<V> collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.size:()I
invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:(I)Lorg/eclipse/collections/impl/bag/mutable/HashBag;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
checkcast org.eclipse.collections.api.bag.MutableBag
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
MethodParameters:
Name Flags
function
public byte detectIfNone(org.eclipse.collections.api.block.predicate.primitive.BytePredicate, byte);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;B)B
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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 3
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 3
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 5
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 5
4: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
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.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 9
aload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 9
8: aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
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.AbstractMutableByteValuesMap.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/AbstractMutableByteValuesMap;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
0 12 2 value B
6 11 3 i I
MethodParameters:
Name Flags
predicate
value
public int count(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 4
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 4
3: iinc 2 1
4: StackMap locals: int
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 6
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)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.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 10
aload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)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.AbstractMutableByteValuesMap.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/AbstractMutableByteValuesMap;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
1 13 2 count I
7 12 3 i I
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 3
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 3
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 5
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)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.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 9
aload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)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.AbstractMutableByteValuesMap.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/AbstractMutableByteValuesMap;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
6 11 2 i I
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 3
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifne 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 5
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)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.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 9
aload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)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.AbstractMutableByteValuesMap.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/AbstractMutableByteValuesMap;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
6 11 2 i I
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
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.AbstractMutableByteValuesMap.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.ByteIterable> 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.AbstractMutableByteValuesMap.notEmpty:()Z
ifeq 17
4: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.size:()I
iload 1
if_icmpgt 7
5: aload 2
getstatic org.eclipse.collections.impl.factory.primitive.ByteBags.mutable:Lorg/eclipse/collections/api/factory/bag/primitive/MutableByteBagFactory;
aload 0
invokeinterface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactory.withAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
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.AbstractMutableByteValuesMap.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
astore 3
start local 3 8: goto 16
9: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
getstatic org.eclipse.collections.impl.factory.primitive.ByteBags.mutable:Lorg/eclipse/collections/api/factory/bag/primitive/MutableByteBagFactory;
invokeinterface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactory.empty:()Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
astore 4
start local 4 10: iconst_0
istore 5
start local 5 11: goto 14
12: StackMap locals: org.eclipse.collections.api.bag.primitive.MutableByteBag int
StackMap stack:
aload 4
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.bag.primitive.MutableByteBag.add:(B)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.ByteIterator.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.ByteIterator.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/AbstractMutableByteValuesMap;
0 18 1 size I
3 18 2 result Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/ByteIterable;>;
8 17 3 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
10 16 4 batch Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
11 15 5 i I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/ByteIterable;>;
MethodParameters:
Name Flags
size
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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 6
2: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 4
3: lload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
i2l
ladd
lstore 1
4: StackMap locals: long
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 6
5: lload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
i2l
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.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 10
9: lload 1
aload 0
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
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.AbstractMutableByteValuesMap.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/AbstractMutableByteValuesMap;
1 13 1 result J
7 12 3 i I
public boolean containsValue(byte);
descriptor: (B)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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
iload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsValue:(B)Z
ifeq 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 3: goto 7
4: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 6
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
iload 1
if_icmpne 6
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getTableSize:()I
if_icmplt 4
end local 2 8: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 9 1 value B
3 8 2 i I
MethodParameters:
Name Flags
value
public void forEachValue(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
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.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
ifnull 5
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsZeroKey:Z
ifeq 3
2: aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.zeroValue:B
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.containsOneKey:Z
ifeq 5
4: aload 1
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues.oneValue:B
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
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.AbstractMutableByteValuesMap.isNonSentinelAtIndex:(I)Z
ifeq 9
8: aload 1
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.getValueAtIndex:(I)B
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
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.AbstractMutableByteValuesMap.getTableSize:()I
if_icmplt 7
end local 2 11: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;
0 12 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
6 11 2 i I
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.api.ByteIterable select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ByteIterable;
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.AbstractMutableByteValuesMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.ByteBag select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/ByteBag;
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.AbstractMutableByteValuesMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)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.ByteToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/bag/Bag;
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.ByteToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ByteIterable reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ByteIterable;
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.AbstractMutableByteValuesMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bag.primitive.ByteBag reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/ByteBag;
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.AbstractMutableByteValuesMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
areturn
LocalVariableTable:
Start End Slot Name Signature
private boolean lambda$0(byte);
descriptor: (B)Z
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.contains:(B)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/AbstractMutableByteValuesMap;
0 1 1 value B
private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=3, args_size=1
0: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
astore 1
iconst_m1
istore 2
aload 1
invokevirtual java.lang.String.hashCode:()I
lookupswitch { // 1
-1647345005: 1
default: 2
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "lambda$0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 2
iconst_0
istore 2
StackMap locals:
StackMap stack:
2: iload 2
lookupswitch { // 1
0: 3
default: 4
}
StackMap locals:
StackMap stack:
3: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 7
if_icmpne 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/predicate/primitive/BytePredicate"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "accept"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(B)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(B)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap
invokedynamic accept(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap;)Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(B)Z
org/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteValuesMap.lambda$0(B)Z (7)
(B)Z
1
areturn
StackMap locals:
StackMap stack:
4: new java.lang.IllegalArgumentException
dup
ldc "Invalid lambda deserialization"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AbstractMutableByteValuesMap.java"
NestMembers:
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$AbstractByteValuesCollection org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
protected abstract AbstractByteValuesCollection = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$AbstractByteValuesCollection of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap
protected SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap