public interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactory
  super_class: java.lang.Object
{
  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag empty();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag of();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag with();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag of(char[]);
    descriptor: ([C)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag with(char[]);
    descriptor: ([C)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag ofAll(org.eclipse.collections.api.CharIterable);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag withAll(org.eclipse.collections.api.CharIterable);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag ofAll(java.lang.Iterable<java.lang.Character>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<Ljava/lang/Character;>;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    MethodParameters:
          Name  Flags
      iterable  

  public abstract org.eclipse.collections.api.bag.primitive.MutableCharBag withAll(java.lang.Iterable<java.lang.Character>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<Ljava/lang/Character;>;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    MethodParameters:
          Name  Flags
      iterable  
}
SourceFile: "MutableCharBagFactory.java"