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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
         0: .line 30
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.primitive.AbstractByteSet.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
        start local 1 // byte element
         0: .line 35
            aload 0 /* this */
            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 /* element */
            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 // byte element
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
        start local 1 // byte element
         0: .line 41
            aload 0 /* this */
            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 /* element */
            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 // byte element
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
        start local 1 // org.eclipse.collections.api.ByteIterable elements
         0: .line 47
            aload 0 /* this */
            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 /* elements */
            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 // org.eclipse.collections.api.ByteIterable elements
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
        start local 1 // org.eclipse.collections.api.ByteIterable elements
         0: .line 53
            aload 0 /* this */
            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 /* elements */
            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 // org.eclipse.collections.api.ByteIterable elements
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
         0: .line 59
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
         0: .line 65
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
        start local 1 // int size
         0: .line 71
            iload 1 /* size */
            ifgt 2
         1: .line 73
            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 /* size */
            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: .line 75
      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 /* result */
        start local 2 // org.eclipse.collections.api.list.MutableList result
         3: .line 76
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet.notEmpty:()Z
            ifeq 17
         4: .line 78
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet.size:()I
            iload 1 /* size */
            if_icmpgt 7
         5: .line 80
            aload 2 /* result */
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 81
            goto 17
         7: .line 84
      StackMap locals: org.eclipse.collections.api.list.MutableList
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         8: .line 85
            goto 16
         9: .line 87
      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 /* batch */
        start local 4 // org.eclipse.collections.api.set.primitive.MutableByteSet batch
        10: .line 88
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 14
        12: .line 90
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableByteSet int
      StackMap stack:
            aload 4 /* batch */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
        13: .line 88
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iload 1 /* size */
            if_icmpge 15
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 12
        end local 5 // int i
        15: .line 92
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 4 /* batch */
            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 // org.eclipse.collections.api.set.primitive.MutableByteSet batch
        16: .line 85
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 9
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        17: .line 96
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            invokeinterface org.eclipse.collections.api.list.MutableList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
        end local 2 // org.eclipse.collections.api.list.MutableList result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableByteSet this
      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: .line 1
            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: .line 1
            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: .line 1
            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: .line 1
            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: .line 1
            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"