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

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

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.StaticBucketMap$Values this
         0: .line 647
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$Values.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokevirtual org.apache.commons.collections.StaticBucketMap.size:()I
            ireturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$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.StaticBucketMap$Values this
         0: .line 651
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$Values.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokevirtual org.apache.commons.collections.StaticBucketMap.clear:()V
         1: .line 652
            return
        end local 0 // org.apache.commons.collections.StaticBucketMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/StaticBucketMap$Values;

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.StaticBucketMap$Values this
         0: .line 655
            new org.apache.commons.collections.StaticBucketMap$ValueIterator
            dup
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$Values.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokespecial org.apache.commons.collections.StaticBucketMap$ValueIterator.<init>:(Lorg/apache/commons/collections/StaticBucketMap;)V
            areturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$Values;
}
SourceFile: "StaticBucketMap.java"
NestHost: org.apache.commons.collections.StaticBucketMap
InnerClasses:
  private ValueIterator = org.apache.commons.collections.StaticBucketMap$ValueIterator of org.apache.commons.collections.StaticBucketMap
  private Values = org.apache.commons.collections.StaticBucketMap$Values of org.apache.commons.collections.StaticBucketMap