final class com.google.common.collect.MapMakerInternalMap$Values extends java.util.AbstractCollection<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.MapMakerInternalMap$Values
  super_class: java.util.AbstractCollection
{
  final com.google.common.collect.MapMakerInternalMap this$0;
    descriptor: Lcom/google/common/collect/MapMakerInternalMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.MapMakerInternalMap);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
         0: .line 2713
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.MapMakerInternalMap$Values.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
            return
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<V> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
         0: .line 2717
            new com.google.common.collect.MapMakerInternalMap$ValueIterator
            dup
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$Values.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            invokespecial com.google.common.collect.MapMakerInternalMap$ValueIterator.<init>:(Lcom/google/common/collect/MapMakerInternalMap;)V
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;
    Signature: ()Ljava/util/Iterator<TV;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
         0: .line 2722
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$Values.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            invokevirtual com.google.common.collect.MapMakerInternalMap.size:()I
            ireturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
         0: .line 2727
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$Values.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            invokevirtual com.google.common.collect.MapMakerInternalMap.isEmpty:()Z
            ireturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
        start local 1 // java.lang.Object o
         0: .line 2732
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$Values.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            aload 1 /* o */
            invokevirtual com.google.common.collect.MapMakerInternalMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
         0: .line 2737
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$Values.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            invokevirtual com.google.common.collect.MapMakerInternalMap.clear:()V
         1: .line 2738
            return
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
         0: .line 2745
            aload 0 /* this */
            invokestatic com.google.common.collect.MapMakerInternalMap.toArrayList:(Ljava/util/Collection;)Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$Values this
        start local 1 // java.lang.Object[] a
         0: .line 2750
            aload 0 /* this */
            invokestatic com.google.common.collect.MapMakerInternalMap.toArrayList:(Ljava/util/Collection;)Ljava/util/ArrayList;
            aload 1 /* a */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // com.google.common.collect.MapMakerInternalMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$Values;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     
}
Signature: Ljava/util/AbstractCollection<TV;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
  final ValueIterator = com.google.common.collect.MapMakerInternalMap$ValueIterator of com.google.common.collect.MapMakerInternalMap
  final Values = com.google.common.collect.MapMakerInternalMap$Values of com.google.common.collect.MapMakerInternalMap