public class io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap<K, V> extends io.vertx.spi.cluster.zookeeper.impl.ZKMap<K, V> implements AsyncMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap
  super_class: io.vertx.spi.cluster.zookeeper.impl.ZKMap
{
  private final org.apache.curator.framework.recipes.cache.PathChildrenCache curatorCache;
    descriptor: Lorg/apache/curator/framework/recipes/cache/PathChildrenCache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.spi.cluster.zookeeper.impl.AsyncMapTTLMonitor<K, V> asyncMapTTLMonitor;
    descriptor: Lio/vertx/spi/cluster/zookeeper/impl/AsyncMapTTLMonitor;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/spi/cluster/zookeeper/impl/AsyncMapTTLMonitor<TK;TV;>;

  public void <init>(Vertx, org.apache.curator.framework.CuratorFramework, io.vertx.spi.cluster.zookeeper.impl.AsyncMapTTLMonitor<K, V>, java.lang.String);
    descriptor: (LVertx;Lorg/apache/curator/framework/CuratorFramework;Lio/vertx/spi/cluster/zookeeper/impl/AsyncMapTTLMonitor;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap 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\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\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\tAsyncMap cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tVertxException cannot be resolved to a type\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method delete(String, V) from the type ZKMap<K,V> refers to the missing type Future\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tFuture cannot be resolved\n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tFuture cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (LVertx;Lorg/apache/curator/framework/CuratorFramework;Lio/vertx/spi/cluster/zookeeper/impl/AsyncMapTTLMonitor<TK;TV;>;Ljava/lang/String;)V
    MethodParameters:
                    Name  Flags
      vertx               
      curator             
      asyncMapTTLMonitor  
      mapName             

  public void get(K, Handler<AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;LHandler<LAsyncResult<TV;>;>;)V
    MethodParameters:
                    Name  Flags
      k                   
      asyncResultHandler  

  public void put(K, V, Handler<AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;LHandler<LAsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      completionHandler  

  public void put(K, V, long, Handler<AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;JLHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;JLHandler<LAsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      timeout            
      completionHandler  

  void put(K, V, java.util.Optional<java.lang.Long>, Handler<AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Optional;LHandler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;Ljava/util/Optional<Ljava/lang/Long;>;LHandler<LAsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      timeoutOptional    
      completionHandler  

  public void putIfAbsent(K, V, Handler<AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;LHandler<LAsyncResult<TV;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      completionHandler  

  public void putIfAbsent(K, V, long, Handler<AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;JLHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;JLHandler<LAsyncResult<TV;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      timeout            
      completionHandler  

  void putIfAbsent(K, V, java.util.Optional<java.lang.Long>, Handler<AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Optional;LHandler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 131
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;Ljava/util/Optional<Ljava/lang/Long;>;LHandler<LAsyncResult<TV;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      timeoutOptional    
      completionHandler  

  public void remove(K, Handler<AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 170
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;LHandler<LAsyncResult<TV;>;>;)V
    MethodParameters:
                    Name  Flags
      k                   
      asyncResultHandler  

  public void removeIfPresent(K, V, Handler<AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 187
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;LHandler<LAsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      v              
      resultHandler  

  public void replace(K, V, Handler<AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;LHandler<LAsyncResult<TV;>;>;)V
    MethodParameters:
                    Name  Flags
      k                   
      v                   
      asyncResultHandler  

  public void replaceIfPresent(K, V, V, Handler<AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;TV;LHandler<LAsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      oldValue       
      newValue       
      resultHandler  

  public void clear(Handler<AsyncResult<java.lang.Void>>);
    descriptor: (LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 278
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tThe method delete(String, V) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (LHandler<LAsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void size(Handler<AsyncResult<java.lang.Integer>>);
    descriptor: (LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 290
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (LHandler<LAsyncResult<Ljava/lang/Integer;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void keys(Handler<AsyncResult<java.util.Set<K>>>);
    descriptor: (LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 300
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (LHandler<LAsyncResult<Ljava/util/Set<TK;>;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void values(Handler<AsyncResult<java.util.List<V>>>);
    descriptor: (LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 324
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tFuture cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (LHandler<LAsyncResult<Ljava/util/List<TV;>;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void entries(Handler<AsyncResult<java.util.Map<K, V>>>);
    descriptor: (LHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 345
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tAsyncResult cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tFuture cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (LHandler<LAsyncResult<Ljava/util/Map<TK;TV;>;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  java.lang.String keyPath(K);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 366
            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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;)Ljava/lang/String;
    MethodParameters:
      Name  Flags
      k     

  private java.lang.String keyPathPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 374
            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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lio/vertx/spi/cluster/zookeeper/impl/ZKMap<TK;TV;>;LAsyncMap<TK;TV;>;
SourceFile: "ZKAsyncMap.java"