public interface org.apache.commons.collections.collection.CompositeCollection$CollectionMutator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.collections.collection.CompositeCollection$CollectionMutator
  super_class: java.lang.Object
{
  public abstract boolean add(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object);
    descriptor: (Lorg/apache/commons/collections/collection/CompositeCollection;[Ljava/util/Collection;Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      composite    
      collections  
      obj          

  public abstract boolean addAll(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.util.Collection);
    descriptor: (Lorg/apache/commons/collections/collection/CompositeCollection;[Ljava/util/Collection;Ljava/util/Collection;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      composite    
      collections  
      coll         

  public abstract boolean remove(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object);
    descriptor: (Lorg/apache/commons/collections/collection/CompositeCollection;[Ljava/util/Collection;Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      composite    
      collections  
      obj          
}
SourceFile: "CompositeCollection.java"
NestHost: org.apache.commons.collections.collection.CompositeCollection
InnerClasses:
  public abstract CollectionMutator = org.apache.commons.collections.collection.CompositeCollection$CollectionMutator of org.apache.commons.collections.collection.CompositeCollection