public abstract class org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet extends org.eclipse.collections.impl.set.primitive.AbstractByteSet implements org.eclipse.collections.api.set.primitive.ImmutableByteSet
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet
super_class: org.eclipse.collections.impl.set.primitive.AbstractByteSet
{
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.set.primitive.AbstractByteSet.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableByteSet;
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/immutable/primitive/AbstractImmutableByteSet;
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/immutable/primitive/AbstractImmutableByteSet;
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/immutable/primitive/AbstractImmutableByteSet;
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/immutable/primitive/AbstractImmutableByteSet;
0 1 1 elements Lorg/eclipse/collections/api/ByteIterable;
MethodParameters:
Name Flags
elements
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/immutable/primitive/AbstractImmutableByteSet;
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/immutable/primitive/AbstractImmutableByteSet;
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.set.immutable.primitive.AbstractImmutableByteSet.notEmpty:()Z
ifeq 17
4: aload 0
invokevirtual org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet.size:()I
iload 1
if_icmpgt 7
5: aload 2
aload 0
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.set.immutable.primitive.AbstractImmutableByteSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
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.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 10: iconst_0
istore 5
start local 5 11: goto 14
12: StackMap locals: org.eclipse.collections.api.set.primitive.MutableByteSet int
StackMap stack:
aload 4
aload 3
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.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.set.primitive.MutableByteSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
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
invokeinterface org.eclipse.collections.api.list.MutableList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableByteSet;
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/set/primitive/MutableByteSet;
11 15 5 i I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/ByteIterable;>;
MethodParameters:
Name Flags
size
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.immutable.primitive.AbstractImmutableByteSet.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.immutable.primitive.AbstractImmutableByteSet.newWith:(B)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.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.immutable.primitive.AbstractImmutableByteSet.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.immutable.primitive.AbstractImmutableByteSet.newWithAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AbstractImmutableByteSet.java"