final class org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet implements org.eclipse.collections.api.set.primitive.ImmutableByteSet, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private final long bitGroup1;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long bitGroup2;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long bitGroup3;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long bitGroup4;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final short size;
descriptor: S
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(long, long, long, long, short);
descriptor: (JJJJS)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=10, args_size=6
start local 0 start local 1 start local 3 start local 5 start local 7 start local 9 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lload 1
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup3:J
2: aload 0
lload 3
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup4:J
3: aload 0
lload 5
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup1:J
4: aload 0
lload 7
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup2:J
5: aload 0
iload 9
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:S
6: return
end local 9 end local 7 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 7 1 bitGroup3 J
0 7 3 bitGroup4 J
0 7 5 bitGroup1 J
0 7 7 bitGroup2 J
0 7 9 size S
MethodParameters:
Name Flags
bitGroup3
bitGroup4
bitGroup1
bitGroup2
size
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.ByteSet
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.eclipse.collections.api.set.primitive.ByteSet
astore 2
start local 2 5: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:()I
aload 2
invokeinterface org.eclipse.collections.api.set.primitive.ByteSet.size:()I
if_icmpne 6
aload 0
aload 2
invokeinterface org.eclipse.collections.api.set.primitive.ByteSet.toArray:()[B
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.containsAll:([B)Z
ifeq 6
iconst_1
ireturn
StackMap locals: org.eclipse.collections.api.set.primitive.ByteSet
StackMap stack:
6: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 7 1 obj Ljava/lang/Object;
5 7 2 other Lorg/eclipse/collections/api/set/primitive/ByteSet;
MethodParameters:
Name Flags
obj
public int hashCode();
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.sum:()J
l2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
public org.eclipse.collections.api.set.primitive.ImmutableByteSet newWith(byte);
descriptor: (B)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSet:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.with:(B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 1 1 element B
MethodParameters:
Name Flags
element
public org.eclipse.collections.api.set.primitive.ImmutableByteSet newWithout(byte);
descriptor: (B)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSet:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.without:(B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 1 1 element B
MethodParameters:
Name Flags
element
public org.eclipse.collections.api.set.primitive.ImmutableByteSet newWithAll(org.eclipse.collections.api.ByteIterable);
descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSet:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.withAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 1 1 elements Lorg/eclipse/collections/api/ByteIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.api.set.primitive.ImmutableByteSet newWithoutAll(org.eclipse.collections.api.ByteIterable);
descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSet:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.withoutAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 1 1 elements Lorg/eclipse/collections/api/ByteIterable;
MethodParameters:
Name Flags
elements
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:()I
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 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:()I
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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=8, 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_0
istore 5
start local 5 2: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 6
start local 6 3: goto 9
4: StackMap locals: int org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 6
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 7
start local 7 5: iload 5
ifle 7
6: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
7: StackMap locals: int
StackMap stack:
iinc 5 1
8: aload 1
iload 7
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 7 9: StackMap locals:
StackMap stack:
aload 6
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 4
10: aload 1
aload 4
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 6 end local 5 11: goto 14
12: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String
StackMap stack: java.io.IOException
astore 5
start local 5 13: new java.lang.RuntimeException
dup
aload 5
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 14: 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 15 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 15 1 appendable Ljava/lang/Appendable;
0 15 2 start Ljava/lang/String;
0 15 3 separator Ljava/lang/String;
0 15 4 end Ljava/lang/String;
2 11 5 count I
3 11 6 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
5 9 7 nextByte B
13 14 5 e Ljava/io/IOException;
Exception table:
from to target type
0 11 12 Class java.io.IOException
MethodParameters:
Name Flags
appendable
start
separator
end
public org.eclipse.collections.api.iterator.ByteIterator byteIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/ByteIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.<init>:(Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
public byte[] toArray();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 3
start local 3 3: goto 7
4: StackMap locals: byte[] int org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 4
start local 4 5: aload 1
iload 2
iload 4
bastore
6: iinc 2 1
end local 4 7: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 4
8: aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
1 9 1 array [B
2 9 2 index I
3 9 3 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
5 7 4 nextByte B
public byte[] toArray(byte[]);
descriptor: ([B)[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
arraylength
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:()I
if_icmpge 2
1: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 3
start local 3 4: goto 8
5: StackMap locals: int org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 4
start local 4 6: aload 1
iload 2
iload 4
bastore
7: iinc 2 1
end local 4 8: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 5
9: aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 10 1 array [B
3 10 2 index I
4 10 3 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
6 8 4 nextByte B
MethodParameters:
Name Flags
array
public boolean contains(byte);
descriptor: (B)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iload 1
bipush -65
if_icmpgt 3
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup1:J
iload 1
iconst_1
iadd
iconst_m1
imul
i2b
lushr
lconst_1
land
lconst_0
lcmp
ifeq 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
iload 1
iconst_m1
if_icmpgt 6
4: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup2:J
iload 1
iconst_1
iadd
iconst_m1
imul
i2b
lushr
lconst_1
land
lconst_0
lcmp
ifeq 5
iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
6: StackMap locals:
StackMap stack:
iload 1
bipush 63
if_icmpgt 9
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup3:J
iload 1
lushr
lconst_1
land
lconst_0
lcmp
ifeq 8
iconst_1
ireturn
StackMap locals:
StackMap stack:
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup4:J
iload 1
lushr
lconst_1
land
lconst_0
lcmp
ifeq 10
iconst_1
ireturn
StackMap locals:
StackMap stack:
10: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 11 1 value B
MethodParameters:
Name Flags
value
public boolean containsAll(byte[]);
descriptor: ([B)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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet byte[] top int int byte[]
StackMap stack:
1: aload 5
iload 3
baload
istore 2
start local 2 2: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.contains:(B)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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 7 1 source [B
2 4 2 item B
MethodParameters:
Name Flags
source
public boolean containsAll(org.eclipse.collections.api.ByteIterable);
descriptor: (Lorg/eclipse/collections/api/ByteIterable;)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.ByteIterable.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 2
start local 2 1: goto 4
2: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 0
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.contains:(B)Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 2
end local 2 5: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 6 1 source Lorg/eclipse/collections/api/ByteIterable;
1 5 2 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
MethodParameters:
Name Flags
source
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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=6, locals=11, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup1:J
lstore 2
start local 2 1: goto 5
2: StackMap locals: long
StackMap stack:
lload 2
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
i2b
istore 4
start local 4 3: aload 1
iload 4
bipush 65
iadd
iconst_m1
imul
i2b
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
4: lload 2
lconst_1
iload 4
bipush 64
iadd
i2b
lshl
ldc -1
lxor
land
lstore 2
end local 4 5: StackMap locals:
StackMap stack:
lload 2
lconst_0
lcmp
ifne 2
6: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup2:J
lstore 4
start local 4 7: goto 11
8: StackMap locals: long
StackMap stack:
lload 4
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
i2b
istore 6
start local 6 9: aload 1
iload 6
iconst_1
iadd
iconst_m1
imul
i2b
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
10: lload 4
lconst_1
iload 6
lshl
ldc -1
lxor
land
lstore 4
end local 6 11: StackMap locals:
StackMap stack:
lload 4
lconst_0
lcmp
ifne 8
12: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup3:J
lstore 6
start local 6 13: goto 17
14: StackMap locals: long
StackMap stack:
lload 6
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
i2b
istore 8
start local 8 15: aload 1
iload 8
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
16: lload 6
lconst_1
iload 8
lshl
ldc -1
lxor
land
lstore 6
end local 8 17: StackMap locals:
StackMap stack:
lload 6
lconst_0
lcmp
ifne 14
18: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup4:J
lstore 8
start local 8 19: goto 23
20: StackMap locals: long
StackMap stack:
lload 8
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
i2b
istore 10
start local 10 21: aload 1
iload 10
bipush 64
iadd
i2b
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
22: lload 8
lconst_1
iload 10
bipush 64
iadd
i2b
lshl
ldc -1
lxor
land
lstore 8
end local 10 23: StackMap locals:
StackMap stack:
lload 8
lconst_0
lcmp
ifne 20
24: return
end local 8 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 25 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
1 25 2 bitGroup1 J
3 5 4 value B
7 25 4 bitGroup2 J
9 11 6 value B
13 25 6 bitGroup3 J
15 17 8 value B
19 25 8 bitGroup4 J
21 23 10 value B
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.api.set.primitive.ImmutableByteSet select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:()V
astore 2
start local 2 1: aload 0
aload 1
aload 2
invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
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)V
org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet.lambda$0(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V (6)
(B)V
1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
2: aload 2
invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
1 3 2 result Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.ImmutableByteSet reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:()V
astore 2
start local 2 1: aload 0
aload 1
aload 2
invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
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)V
org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet.lambda$1(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V (6)
(B)V
1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
2: aload 2
invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
1 3 2 result Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.set.ImmutableSet<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/set/ImmutableSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:()I
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
astore 2
start local 2 1: aload 0
aload 2
aload 1
invokedynamic value(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
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)V
org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet.lambda$2(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V (6)
(B)V
1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
2: aload 2
invokeinterface org.eclipse.collections.api.set.MutableSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 3 1 function Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;
1 3 2 target Lorg/eclipse/collections/api/set/MutableSet<TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/ImmutableSet<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=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 3
start local 3 1: goto 5
2: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
istore 4
start local 4 3: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 5
4: iload 4
ireturn
end local 4 5: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 2
6: iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 7 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
0 7 2 ifNone B
1 7 3 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
3 5 4 nextByte B
MethodParameters:
Name Flags
predicate
ifNone
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=2, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 3
start local 3 2: goto 5
3: StackMap locals: int org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 1
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 5
4: iinc 2 1
5: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 3
6: iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 7 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
1 7 2 count I
2 7 3 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
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=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 2
start local 2 1: goto 4
2: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 1
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 2
5: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
1 6 2 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
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=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 2
start local 2 1: goto 4
2: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 1
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
1 6 2 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
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=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 2
start local 2 1: goto 4
2: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 1
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
1 6 2 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.list.primitive.MutableByteList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableByteList;
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.ByteArrayList.newList:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/ByteArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
public org.eclipse.collections.api.set.primitive.MutableByteSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
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.ByteHashSet.newSet:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
public org.eclipse.collections.api.bag.primitive.MutableByteBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
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.ByteHashBag.newBag:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
public org.eclipse.collections.api.LazyByteIterable asLazy();
descriptor: ()Lorg/eclipse/collections/api/LazyByteIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.LazyByteIterableAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.LazyByteIterableAdapter.<init>:(Lorg/eclipse/collections/api/ByteIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 3
start local 3 2: goto 4
3: StackMap locals: long org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
lload 1
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
i2l
ladd
lstore 1
4: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 3
5: lload 1
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
1 6 1 result J
2 6 3 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
public byte max();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup4:J
lconst_0
lcmp
ifeq 4
2: bipush 127
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup4:J
invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
isub
i2b
istore 1
3: goto 12
4: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup3:J
lconst_0
lcmp
ifeq 7
5: bipush 63
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup3:J
invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
isub
i2b
istore 1
6: goto 12
7: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup2:J
lconst_0
lcmp
ifeq 10
8: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup2:J
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
iconst_1
iadd
iconst_m1
imul
i2b
istore 1
9: goto 12
10: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup1:J
lconst_0
lcmp
ifeq 12
11: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup1:J
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
bipush 65
iadd
iconst_m1
imul
i2b
istore 1
12: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
1 13 1 max B
public byte maxIfEmpty(byte);
descriptor: (B)B
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.max:()B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 1 1 defaultValue B
MethodParameters:
Name Flags
defaultValue
public byte min();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup1:J
lconst_0
lcmp
ifeq 5
2: sipush 128
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup1:J
invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
isub
i2b
istore 1
3: iload 1
iconst_m1
imul
i2b
istore 1
4: goto 13
5: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup2:J
lconst_0
lcmp
ifeq 8
6: bipush 64
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup2:J
invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
isub
iconst_m1
imul
i2b
istore 1
7: goto 13
8: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup3:J
lconst_0
lcmp
ifeq 11
9: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup3:J
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
i2b
istore 1
10: goto 13
11: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup4:J
lconst_0
lcmp
ifeq 13
12: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.bitGroup4:J
invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
bipush 64
iadd
i2b
istore 1
13: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
1 14 1 min B
public byte minIfEmpty(byte);
descriptor: (B)B
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.min:()B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 1 1 defaultValue B
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.sum:()J
l2d
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.size:()I
i2d
ddiv
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.toSortedArray:()[B
astore 1
start local 1 1: aload 1
arraylength
iconst_1
ishr
istore 2
start local 2 2: aload 1
arraylength
iconst_1
if_icmple 6
aload 1
arraylength
iconst_1
iand
ifne 6
3: aload 1
iload 2
baload
istore 3
start local 3 4: aload 1
iload 2
iconst_1
isub
baload
istore 4
start local 4 5: iload 3
i2d
iload 4
i2d
dadd
ldc 2.0
ddiv
dreturn
end local 4 end local 3 6: StackMap locals: byte[] int
StackMap stack:
aload 1
iload 2
baload
i2d
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
1 7 1 sortedArray [B
2 7 2 middleIndex I
4 6 3 first B
5 6 4 second B
public byte[] toSortedArray();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.toArray:()[B
astore 1
start local 1 1: aload 1
invokestatic java.util.Arrays.sort:([B)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
1 3 1 array [B
public org.eclipse.collections.api.list.primitive.MutableByteList toSortedList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableByteList;
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.ByteArrayList.newList:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/ByteArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/ByteArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 4
start local 4 2: goto 4
3: StackMap locals: java.lang.Object org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 2
aload 3
aload 4
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction.valueOf:(Ljava/lang/Object;B)Ljava/lang/Object;
astore 3
4: StackMap locals:
StackMap stack:
aload 4
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 3
5: aload 3
areturn
end local 4 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/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 6 1 injectedValue TT;
0 6 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction<-TT;+TT;>;
1 6 3 result TT;
2 6 4 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
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:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.isEmpty:()Z
ifeq 4
3: getstatic org.eclipse.collections.api.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;
areturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
astore 2
start local 2 5: getstatic org.eclipse.collections.api.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
astore 3
start local 3 6: goto 14
7: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator org.eclipse.collections.api.list.MutableList
StackMap stack:
getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableByteSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
astore 4
start local 4 8: iconst_0
istore 5
start local 5 9: goto 12
10: StackMap locals: org.eclipse.collections.api.set.primitive.MutableByteSet int
StackMap stack:
aload 4
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
pop
11: iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
iload 1
if_icmpge 13
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 10
end local 5 13: StackMap locals:
StackMap stack:
aload 3
aload 4
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
end local 4 14: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 7
15: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
0 16 1 size I
5 16 2 iterator Lorg/eclipse/collections/api/iterator/ByteIterator;
6 16 3 result Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/ByteIterable;>;
8 14 4 batch Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
9 13 5 i I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/ByteIterable;>;
MethodParameters:
Name Flags
size
public org.eclipse.collections.api.set.primitive.ByteSet freeze();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/ByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
public org.eclipse.collections.api.set.primitive.ImmutableByteSet toImmutable();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
private java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteSetSerializationProxy
dup
aload 0
invokespecial org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteSetSerializationProxy.<init>:(Lorg/eclipse/collections/api/set/primitive/ByteSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.ByteSet select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection newWithout(byte);
descriptor: (B)Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.newWithout:(B)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection newWith(byte);
descriptor: (B)Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.newWith:(B)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.ImmutableCollection collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)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.ByteToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.ByteSet tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
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.ImmutableByteSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
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.ImmutableByteSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.ByteIterable tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)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
invokeinterface org.eclipse.collections.api.set.primitive.ImmutableByteSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.ByteSet reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection newWithoutAll(org.eclipse.collections.api.ByteIterable);
descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.newWithoutAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection newWithAll(org.eclipse.collections.api.ByteIterable);
descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
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.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.newWithAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(org.eclipse.collections.api.block.predicate.primitive.BytePredicate, org.eclipse.collections.api.set.primitive.MutableByteSet, byte);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
iload 2
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifeq 2
1: aload 1
iload 2
invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
pop
2: StackMap locals:
StackMap stack:
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 3 2 value B
private static void lambda$1(org.eclipse.collections.api.block.predicate.primitive.BytePredicate, org.eclipse.collections.api.set.primitive.MutableByteSet, byte);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
iload 2
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
ifne 2
1: aload 1
iload 2
invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
pop
2: StackMap locals:
StackMap stack:
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 3 2 value B
private static void lambda$2(org.eclipse.collections.api.set.MutableSet, org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction, byte);
descriptor: (Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
start local 2 0: aload 0
aload 1
iload 2
invokeinterface org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction.valueOf:(B)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 each 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=9, 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 { // 3
-1647345005: 1
-1647345004: 2
-1647345003: 3
default: 4
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "lambda$0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
iconst_0
istore 2
goto 4
StackMap locals:
StackMap stack:
2: aload 1
ldc "lambda$1"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
iconst_1
istore 2
goto 4
StackMap locals:
StackMap stack:
3: aload 1
ldc "lambda$2"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
iconst_2
istore 2
StackMap locals:
StackMap stack:
4: iload 2
lookupswitch { // 3
0: 5
1: 6
2: 7
default: 8
}
StackMap locals:
StackMap stack:
5: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 6
if_icmpne 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.predicate.primitive.BytePredicate
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.set.primitive.MutableByteSet
invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
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)V
org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet.lambda$0(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V (6)
(B)V
1
areturn
StackMap locals:
StackMap stack:
6: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 6
if_icmpne 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.predicate.primitive.BytePredicate
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.set.primitive.MutableByteSet
invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
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)V
org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet.lambda$1(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V (6)
(B)V
1
areturn
StackMap locals:
StackMap stack:
7: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 6
if_icmpne 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.set.MutableSet
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction
invokedynamic value(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
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)V
org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet.lambda$2(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V (6)
(B)V
1
areturn
StackMap locals:
StackMap stack:
8: 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: "ByteHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private final ImmutableByteHashSet = org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet of org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
private InternalByteIterator = org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator of org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet