public abstract class org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet extends org.eclipse.collections.impl.set.primitive.AbstractDoubleSet implements org.eclipse.collections.api.set.primitive.ImmutableDoubleSet
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet
  super_class: org.eclipse.collections.impl.set.primitive.AbstractDoubleSet
{
  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.AbstractImmutableDoubleSet this
         0: .line 30
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.primitive.AbstractDoubleSet.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;

  public org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWith(double);
    descriptor: (D)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
        start local 1 // double element
         0: .line 35
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSet:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            dload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.with:(D)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWithout(double);
    descriptor: (D)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
        start local 1 // double element
         0: .line 41
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSet:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            dload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.without:(D)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWithAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 47
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSet:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWithoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 53
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSet:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.withoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.set.primitive.DoubleSet freeze();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
         0: .line 59
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;

  public org.eclipse.collections.api.set.primitive.ImmutableDoubleSet toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
         0: .line 65
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.DoubleIterable> 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.AbstractImmutableDoubleSet 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.AbstractImmutableDoubleSet.notEmpty:()Z
            ifeq 17
         4: .line 78
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet.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.AbstractImmutableDoubleSet.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         8: .line 85
            goto 16
         9: .line 87
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableDoubleSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            astore 4 /* batch */
        start local 4 // org.eclipse.collections.api.set.primitive.MutableDoubleSet 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.MutableDoubleSet int
      StackMap stack:
            aload 4 /* batch */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)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.DoubleIterator.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.MutableDoubleSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.collections.api.set.primitive.MutableDoubleSet batch
        16: .line 85
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 9
        end local 3 // org.eclipse.collections.api.iterator.DoubleIterator 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.AbstractImmutableDoubleSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableDoubleSet;
            0   18     1      size  I
            3   18     2    result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/DoubleIterable;>;
            8   17     3  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
           10   16     4     batch  Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
           11   15     5         i  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/DoubleIterable;>;
    MethodParameters:
      Name  Flags
      size  

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWithout(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet.newWithout:(D)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWith(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableDoubleSet.newWith:(D)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.ImmutableDoubleSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWithoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.AbstractImmutableDoubleSet.newWithoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWithAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.AbstractImmutableDoubleSet.newWithAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractImmutableDoubleSet.java"