final class java.util.concurrent.ConcurrentSkipListMap$Node<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.concurrent.ConcurrentSkipListMap$Node
  super_class: java.lang.Object
{
  final K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TK;

  V val;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TV;

  java.util.concurrent.ConcurrentSkipListMap$Node<K, V> next;
    descriptor: Ljava/util/concurrent/ConcurrentSkipListMap$Node;
    flags: (0x0000) 
    Signature: Ljava/util/concurrent/ConcurrentSkipListMap$Node<TK;TV;>;

  void <init>(K, V, java.util.concurrent.ConcurrentSkipListMap$Node<K, V>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/concurrent/ConcurrentSkipListMap$Node;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // java.util.concurrent.ConcurrentSkipListMap$Node this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
        start local 3 // java.util.concurrent.ConcurrentSkipListMap$Node next
         0: .line 363
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 364
            aload 0 /* this */
            aload 1 /* key */
            putfield java.util.concurrent.ConcurrentSkipListMap$Node.key:Ljava/lang/Object;
         2: .line 365
            aload 0 /* this */
            aload 2 /* value */
            putfield java.util.concurrent.ConcurrentSkipListMap$Node.val:Ljava/lang/Object;
         3: .line 366
            aload 0 /* this */
            aload 3 /* next */
            putfield java.util.concurrent.ConcurrentSkipListMap$Node.next:Ljava/util/concurrent/ConcurrentSkipListMap$Node;
         4: .line 367
            return
        end local 3 // java.util.concurrent.ConcurrentSkipListMap$Node next
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // java.util.concurrent.ConcurrentSkipListMap$Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljava/util/concurrent/ConcurrentSkipListMap$Node<TK;TV;>;
            0    5     1    key  TK;
            0    5     2  value  TV;
            0    5     3   next  Ljava/util/concurrent/ConcurrentSkipListMap$Node<TK;TV;>;
    Signature: (TK;TV;Ljava/util/concurrent/ConcurrentSkipListMap$Node<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  
      next   
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConcurrentSkipListMap.java"
NestHost: java.util.concurrent.ConcurrentSkipListMap
InnerClasses:
  final Node = java.util.concurrent.ConcurrentSkipListMap$Node of java.util.concurrent.ConcurrentSkipListMap