class org.apache.commons.collections.map.MultiValueMap$Values extends java.util.AbstractCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.map.MultiValueMap$Values
  super_class: java.util.AbstractCollection
{
  final org.apache.commons.collections.map.MultiValueMap this$0;
    descriptor: Lorg/apache/commons/collections/map/MultiValueMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.commons.collections.map.MultiValueMap);
    descriptor: (Lorg/apache/commons/collections/map/MultiValueMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
         0: .line 374
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections/map/MultiValueMap;
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
            return
        end local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/MultiValueMap$Values;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
         0: .line 376
            new org.apache.commons.collections.iterators.IteratorChain
            dup
            invokespecial org.apache.commons.collections.iterators.IteratorChain.<init>:()V
            astore 1 /* chain */
        start local 1 // org.apache.commons.collections.iterators.IteratorChain chain
         1: .line 377
            aload 0 /* this */
            getfield org.apache.commons.collections.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections/map/MultiValueMap;
            invokevirtual org.apache.commons.collections.map.MultiValueMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         2: goto 4
         3: .line 378
      StackMap locals: org.apache.commons.collections.iterators.IteratorChain java.util.Iterator
      StackMap stack:
            aload 1 /* chain */
            new org.apache.commons.collections.map.MultiValueMap$ValuesIterator
            dup
            aload 0 /* this */
            getfield org.apache.commons.collections.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections/map/MultiValueMap;
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokespecial org.apache.commons.collections.map.MultiValueMap$ValuesIterator.<init>:(Lorg/apache/commons/collections/map/MultiValueMap;Ljava/lang/Object;)V
            invokevirtual org.apache.commons.collections.iterators.IteratorChain.addIterator:(Ljava/util/Iterator;)V
         4: .line 377
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.util.Iterator it
         5: .line 380
            aload 1 /* chain */
            areturn
        end local 1 // org.apache.commons.collections.iterators.IteratorChain chain
        end local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/collections/map/MultiValueMap$Values;
            1    6     1  chain  Lorg/apache/commons/collections/iterators/IteratorChain;
            2    5     2     it  Ljava/util/Iterator;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
         0: .line 384
            aload 0 /* this */
            getfield org.apache.commons.collections.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections/map/MultiValueMap;
            invokevirtual org.apache.commons.collections.map.MultiValueMap.totalSize:()I
            ireturn
        end local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/MultiValueMap$Values;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
         0: .line 388
            aload 0 /* this */
            getfield org.apache.commons.collections.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections/map/MultiValueMap;
            invokevirtual org.apache.commons.collections.map.MultiValueMap.clear:()V
         1: .line 389
            return
        end local 0 // org.apache.commons.collections.map.MultiValueMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/map/MultiValueMap$Values;
}
SourceFile: "MultiValueMap.java"
NestHost: org.apache.commons.collections.map.MultiValueMap
InnerClasses:
  private Values = org.apache.commons.collections.map.MultiValueMap$Values of org.apache.commons.collections.map.MultiValueMap
  private ValuesIterator = org.apache.commons.collections.map.MultiValueMap$ValuesIterator of org.apache.commons.collections.map.MultiValueMap