final class org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack implements org.eclipse.collections.api.stack.primitive.ImmutableCharStack, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack
  super_class: java.lang.Object
{
  static final org.eclipse.collections.api.stack.primitive.ImmutableCharStack INSTANCE;
    descriptor: Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack
            dup
            invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.<init>:()V
            putstatic org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.INSTANCE:Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
         1: .line 51
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 55
            getstatic org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.INSTANCE:Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public org.eclipse.collections.api.iterator.CharIterator charIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/CharIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 61
            getstatic org.eclipse.collections.impl.iterator.ImmutableEmptyCharIterator.INSTANCE:Lorg/eclipse/collections/impl/iterator/ImmutableEmptyCharIterator;
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
         0: .line 67
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
         0: .line 75
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public int count(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 80
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 86
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 92
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 98
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public char peek();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 104
            new java.util.EmptyStackException
            dup
            invokespecial java.util.EmptyStackException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public org.eclipse.collections.api.list.primitive.CharList peek(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/primitive/CharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // int count
         0: .line 110
            aload 0 /* this */
            iload 1 /* count */
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.checkNegativeCount:(I)V
         1: .line 111
            iload 1 /* count */
            ifne 3
         2: .line 113
            new org.eclipse.collections.impl.list.mutable.primitive.CharArrayList
            dup
            iconst_0
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.<init>:(I)V
            areturn
         3: .line 115
      StackMap locals:
      StackMap stack:
            new java.util.EmptyStackException
            dup
            invokespecial java.util.EmptyStackException.<init>:()V
            athrow
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    4     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public char peekAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // int index
         0: .line 121
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.checkNegativeCount:(I)V
         1: .line 122
            new java.util.EmptyStackException
            dup
            invokespecial java.util.EmptyStackException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.collections.api.stack.primitive.ImmutableCharStack select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 128
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.stack.primitive.ImmutableCharStack reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 134
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public char detectIfNone(org.eclipse.collections.api.block.predicate.primitive.CharPredicate, char);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        start local 2 // char ifNone
         0: .line 140
            iload 2 /* ifNone */
            ireturn
        end local 2 // char ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            0    1     2     ifNone  C
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public <V> org.eclipse.collections.api.stack.ImmutableStack<V> collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
         0: .line 146
            getstatic org.eclipse.collections.impl.factory.Stacks.immutable:Lorg/eclipse/collections/api/factory/stack/ImmutableStackFactory;
            invokeinterface org.eclipse.collections.api.factory.stack.ImmutableStackFactory.of:()Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/stack/ImmutableStack<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 152
            lconst_0
            lreturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public char max();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 158
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public char maxIfEmpty(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // char defaultValue
         0: .line 164
            iload 1 /* defaultValue */
            ireturn
        end local 1 // char defaultValue
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  defaultValue  C
    MethodParameters:
              Name  Flags
      defaultValue  

  public char min();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 170
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public char minIfEmpty(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // char defaultValue
         0: .line 176
            iload 1 /* defaultValue */
            ireturn
        end local 1 // char defaultValue
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  defaultValue  C
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 182
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 188
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public char[] toSortedArray();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 194
            iconst_0
            newarray 5
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public org.eclipse.collections.api.list.primitive.MutableCharList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 200
            new org.eclipse.collections.impl.list.mutable.primitive.CharArrayList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public char[] toArray();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 206
            iconst_0
            newarray 5
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public char[] toArray(char[]);
    descriptor: ([C)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // char[] target
         0: .line 212
            aload 1 /* target */
            areturn
        end local 1 // char[] target
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  target  [C
    MethodParameters:
        Name  Flags
      target  

  public boolean contains(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // char value
         0: .line 218
            iconst_0
            ireturn
        end local 1 // char value
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  value  C
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(char[]);
    descriptor: ([C)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // char[] source
         0: .line 224
            aload 1 /* source */
            arraylength
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char[] source
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    2     1  source  [C
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.CharIterable);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.CharIterable source
         0: .line 230
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.CharIterable.isEmpty:()Z
            ireturn
        end local 1 // org.eclipse.collections.api.CharIterable source
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  source  Lorg/eclipse/collections/api/CharIterable;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.list.primitive.MutableCharList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 236
            new org.eclipse.collections.impl.list.mutable.primitive.CharArrayList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public org.eclipse.collections.api.set.primitive.MutableCharSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 242
            new org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public org.eclipse.collections.api.bag.primitive.MutableCharBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 248
            new org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag
            dup
            invokespecial org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public org.eclipse.collections.api.LazyCharIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 254
            new org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter.<init>:(Lorg/eclipse/collections/api/CharIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

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

  public org.eclipse.collections.api.stack.primitive.ImmutableCharStack push(char);
    descriptor: (C)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // char element
         0: .line 266
            getstatic org.eclipse.collections.impl.factory.primitive.CharStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableCharStackFactory;
            iload 1 /* element */
            invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactory.with:(C)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
        end local 1 // char element
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  element  C
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.stack.primitive.ImmutableCharStack pop();
    descriptor: ()Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 272
            new java.util.EmptyStackException
            dup
            invokespecial java.util.EmptyStackException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public org.eclipse.collections.api.stack.primitive.ImmutableCharStack pop(int);
    descriptor: (I)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // int count
         0: .line 278
            aload 0 /* this */
            iload 1 /* count */
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.checkNegativeCount:(I)V
         1: .line 279
            iload 1 /* count */
            ifne 3
         2: .line 281
            aload 0 /* this */
            areturn
         3: .line 283
      StackMap locals:
      StackMap stack:
            new java.util.EmptyStackException
            dup
            invokespecial java.util.EmptyStackException.<init>:()V
            athrow
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    4     1  count  I
    MethodParameters:
       Name  Flags
      count  

  private void checkNegativeCount(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // int count
         0: .line 288
            iload 1 /* count */
            ifge 2
         1: .line 290
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Count must be positive but was "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* count */
            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 292
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    3     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 297
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 303
            iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 309
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction function
         0: .line 315
            aload 1 /* injectedValue */
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  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=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // int size
         0: .line 321
            getstatic org.eclipse.collections.impl.factory.Lists.immutable:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.ImmutableListFactory.empty:()Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  size  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/CharIterable;>;
    MethodParameters:
      Name  Flags
      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 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.Object otherStack
         0: .line 327
            aload 1 /* otherStack */
            aload 0 /* this */
            if_acmpne 2
         1: .line 329
            iconst_1
            ireturn
         2: .line 331
      StackMap locals:
      StackMap stack:
            aload 1 /* otherStack */
            instanceof org.eclipse.collections.api.stack.primitive.CharStack
            ifne 4
         3: .line 333
            iconst_0
            ireturn
         4: .line 335
      StackMap locals:
      StackMap stack:
            aload 1 /* otherStack */
            checkcast org.eclipse.collections.api.stack.primitive.CharStack
            astore 2 /* stack */
        start local 2 // org.eclipse.collections.api.stack.primitive.CharStack stack
         5: .line 336
            aload 2 /* stack */
            invokeinterface org.eclipse.collections.api.stack.primitive.CharStack.isEmpty:()Z
            ireturn
        end local 2 // org.eclipse.collections.api.stack.primitive.CharStack stack
        end local 1 // java.lang.Object otherStack
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    6     1  otherStack  Ljava/lang/Object;
            5    6     2       stack  Lorg/eclipse/collections/api/stack/primitive/CharStack;
    MethodParameters:
            Name  Flags
      otherStack  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 342
            iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 348
            ldc "[]"
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 354
            ldc ""
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.String separator
         0: .line 360
            ldc ""
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            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=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 366
            new java.lang.StringBuilder
            dup
            aload 1 /* start */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* end */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1      start  Ljava/lang/String;
            0    1     2  separator  Ljava/lang/String;
            0    1     3        end  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.Appendable appendable
         0: .line 372
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     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=0, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 377
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  appendable  Ljava/lang/Appendable;
            0    1     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=6, args_size=5
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 384
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 385
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         2: .line 386
            goto 5
         3: .line 387
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
         4: .line 389
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
         5: .line 391
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    6     1  appendable  Ljava/lang/Appendable;
            0    6     2       start  Ljava/lang/String;
            0    6     3   separator  Ljava/lang/String;
            0    6     4         end  Ljava/lang/String;
            4    5     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public char getFirst();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
         0: .line 396
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".getFirst() not implemented yet"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;

  public int indexOf(char);
    descriptor: (C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // char value
         0: .line 402
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".indexOf() not implemented yet"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // char value
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  value  C
    MethodParameters:
       Name  Flags
      value  

  public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectCharIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharIntToObjectFunction function
         0: .line 408
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".injectIntoWithIndex() not implemented yet"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectCharIntToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharIntToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.CharIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharIntProcedure procedure
         0: .line 414
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".forEachWithIndex() not implemented yet"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableCharEmptyStack;
            0    1     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharIntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.stack.StackIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/stack/StackIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction
            invokeinterface org.eclipse.collections.api.stack.primitive.ImmutableCharStack.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharIntToObjectFunction
            invokeinterface org.eclipse.collections.api.stack.primitive.ImmutableCharStack.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
    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.stack.immutable.primitive.ImmutableCharEmptyStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedCharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedCharIterable;
    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.stack.immutable.primitive.ImmutableCharEmptyStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.primitive.CharStack select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/CharStack;
    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.stack.immutable.primitive.ImmutableCharEmptyStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.StackIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/stack/StackIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public org.eclipse.collections.api.CharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
    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.stack.immutable.primitive.ImmutableCharEmptyStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedCharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedCharIterable;
    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.stack.immutable.primitive.ImmutableCharEmptyStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.primitive.CharStack reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/CharStack;
    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.stack.immutable.primitive.ImmutableCharEmptyStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableCharStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ImmutableCharEmptyStack.java"