class com.oracle.svm.core.WeakIdentityHashMap$Values extends java.util.AbstractCollection<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.WeakIdentityHashMap$Values
  super_class: java.util.AbstractCollection
{
  final com.oracle.svm.core.WeakIdentityHashMap this$0;
    descriptor: Lcom/oracle/svm/core/WeakIdentityHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.oracle.svm.core.WeakIdentityHashMap);
    descriptor: (Lcom/oracle/svm/core/WeakIdentityHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
         0: .line 972
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.core.WeakIdentityHashMap$Values.this$0:Lcom/oracle/svm/core/WeakIdentityHashMap;
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
            return
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$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.oracle.svm.core.WeakIdentityHashMap$Values this
         0: .line 974
            new com.oracle.svm.core.WeakIdentityHashMap$ValueIterator
            dup
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$Values.this$0:Lcom/oracle/svm/core/WeakIdentityHashMap;
            invokespecial com.oracle.svm.core.WeakIdentityHashMap$ValueIterator.<init>:(Lcom/oracle/svm/core/WeakIdentityHashMap;)V
            areturn
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$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.oracle.svm.core.WeakIdentityHashMap$Values this
         0: .line 978
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$Values.this$0:Lcom/oracle/svm/core/WeakIdentityHashMap;
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap.size:()I
            ireturn
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$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.oracle.svm.core.WeakIdentityHashMap$Values this
        start local 1 // java.lang.Object o
         0: .line 982
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$Values.this$0:Lcom/oracle/svm/core/WeakIdentityHashMap;
            aload 1 /* o */
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$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.oracle.svm.core.WeakIdentityHashMap$Values this
         0: .line 986
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$Values.this$0:Lcom/oracle/svm/core/WeakIdentityHashMap;
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap.clear:()V
         1: .line 987
            return
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$Values;

  public java.util.Spliterator<V> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
         0: .line 990
            new com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator
            dup
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$Values.this$0:Lcom/oracle/svm/core/WeakIdentityHashMap;
            iconst_0
            iconst_m1
            iconst_0
            iconst_0
            invokespecial com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.<init>:(Lcom/oracle/svm/core/WeakIdentityHashMap;IIII)V
            areturn
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$Values;
    Signature: ()Ljava/util/Spliterator<TV;>;
}
Signature: Ljava/util/AbstractCollection<TV;>;
SourceFile: "WeakIdentityHashMap.java"
NestHost: com.oracle.svm.core.WeakIdentityHashMap
InnerClasses:
  private ValueIterator = com.oracle.svm.core.WeakIdentityHashMap$ValueIterator of com.oracle.svm.core.WeakIdentityHashMap
  final ValueSpliterator = com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator of com.oracle.svm.core.WeakIdentityHashMap
  private Values = com.oracle.svm.core.WeakIdentityHashMap$Values of com.oracle.svm.core.WeakIdentityHashMap