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

  public org.eclipse.collections.api.set.primitive.ImmutableCharSet newWith(char);
    descriptor: (C)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableCharSet this
        start local 1 // char element
         0: .line 35
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.newSet:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
            iload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.with:(C)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
            areturn
        end local 1 // char element
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableCharSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableCharSet;
            0    1     1  element  C
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.ImmutableCharSet newWithout(char);
    descriptor: (C)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableCharSet this
        start local 1 // char element
         0: .line 41
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.newSet:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
            iload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.without:(C)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
            areturn
        end local 1 // char element
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableCharSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/set/immutable/primitive/AbstractImmutableCharSet;
            0    1     1  element  C
    MethodParameters:
         Name  Flags
      element  

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

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

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

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

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

  public org.eclipse.collections.api.collection.primitive.ImmutableCharCollection newWithout(char);
    descriptor: (C)Lorg/eclipse/collections/api/collection/primitive/ImmutableCharCollection;
    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.AbstractImmutableCharSet.newWithout:(C)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableCharCollection newWith(char);
    descriptor: (C)Lorg/eclipse/collections/api/collection/primitive/ImmutableCharCollection;
    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.AbstractImmutableCharSet.newWith:(C)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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