class io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue<K, V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6529685098267757690

  private K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TK;

  private V value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TV;

  public void <init>(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.vertx.core cannot be resolved\n\tThe import io.vertx.core cannot be resolved\n\tThe import io.vertx.core cannot be resolved\n\tLogger cannot be resolved to a type\n\tLoggerFactory cannot be resolved\n\tThe constructor ZKMap<K,V>(CuratorFramework, Vertx, String, String) refers to the missing type Vertx\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKSyncMap$KeyValue<TK;TV;>;
    Signature: (TK;TV;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue this
         0: .line 240
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKSyncMap$KeyValue<TK;TV;>;
    Signature: ()TK;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue this
         0: .line 244
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKSyncMap$KeyValue<TK;TV;>;
    Signature: ()TV;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "ZKSyncMap.java"
NestHost: io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap
InnerClasses:
  KeyValue = io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap$KeyValue of io.vertx.spi.cluster.zookeeper.impl.ZKSyncMap