public interface io.vertx.core.shareddata.AsyncMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.shareddata.AsyncMap
  super_class: java.lang.Object
{
  public void get(K, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 46
            aload 0 /* this */
            aload 1 /* k */
            invokeinterface io.vertx.core.shareddata.AsyncMap.get:(Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 47
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1              k  TK;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
    Signature: (TK;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER, location=[TYPE_ARGUMENT(0), TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
               Name  Flags
      k              
      resultHandler  

  public abstract io.vertx.core.Future<V> get(K);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;)Lio/vertx/core/Future<TV;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      k     

  public void put(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 62
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            invokeinterface io.vertx.core.shareddata.AsyncMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 3 /* completionHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 63
            return
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1                  k  TK;
            0    2     2                  v  TV;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      completionHandler  

  public abstract io.vertx.core.Future<java.lang.Void> put(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      k     
      v     

  public void put(K, V, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // long ttl
        start local 5 // io.vertx.core.Handler completionHandler
         0: .line 80
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            lload 3 /* ttl */
            invokeinterface io.vertx.core.shareddata.AsyncMap.put:(Ljava/lang/Object;Ljava/lang/Object;J)Lio/vertx/core/Future;
            aload 5 /* completionHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 81
            return
        end local 5 // io.vertx.core.Handler completionHandler
        end local 3 // long ttl
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1                  k  TK;
            0    2     2                  v  TV;
            0    2     3                ttl  J
            0    2     5  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (TK;TV;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      ttl                
      completionHandler  

  public abstract io.vertx.core.Future<java.lang.Void> put(K, V, long);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;J)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;J)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      k     
      v     
      ttl   

  public void putIfAbsent(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 97
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            invokeinterface io.vertx.core.shareddata.AsyncMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 3 /* completionHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 98
            return
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1                  k  TK;
            0    2     2                  v  TV;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER, location=[TYPE_ARGUMENT(0), TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      completionHandler  

  public abstract io.vertx.core.Future<V> putIfAbsent(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;)Lio/vertx/core/Future<TV;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      k     
      v     

  public void putIfAbsent(K, V, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // long ttl
        start local 5 // io.vertx.core.Handler completionHandler
         0: .line 115
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            lload 3 /* ttl */
            invokeinterface io.vertx.core.shareddata.AsyncMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;J)Lio/vertx/core/Future;
            aload 5 /* completionHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 116
            return
        end local 5 // io.vertx.core.Handler completionHandler
        end local 3 // long ttl
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1                  k  TK;
            0    2     2                  v  TV;
            0    2     3                ttl  J
            0    2     5  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
    Signature: (TK;TV;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER, location=[TYPE_ARGUMENT(0), TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      ttl                
      completionHandler  

  public abstract io.vertx.core.Future<V> putIfAbsent(K, V, long);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;J)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;J)Lio/vertx/core/Future<TV;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      k     
      v     
      ttl   

  public void remove(K, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 130
            aload 0 /* this */
            aload 1 /* k */
            invokeinterface io.vertx.core.shareddata.AsyncMap.remove:(Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 131
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1              k  TK;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
    Signature: (TK;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER, location=[TYPE_ARGUMENT(0), TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
               Name  Flags
      k              
      resultHandler  

  public abstract io.vertx.core.Future<V> remove(K);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;)Lio/vertx/core/Future<TV;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      k     

  public void removeIfPresent(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 146
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            invokeinterface io.vertx.core.shareddata.AsyncMap.removeIfPresent:(Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 147
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1              k  TK;
            0    2     2              v  TV;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      v              
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Boolean> removeIfPresent(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;)Lio/vertx/core/Future<Ljava/lang/Boolean;>;
    MethodParameters:
      Name  Flags
      k     
      v     

  public void replace(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 162
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            invokeinterface io.vertx.core.shareddata.AsyncMap.replace:(Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 163
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1              k  TK;
            0    2     2              v  TV;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER, location=[TYPE_ARGUMENT(0), TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
               Name  Flags
      k              
      v              
      resultHandler  

  public abstract io.vertx.core.Future<V> replace(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;)Lio/vertx/core/Future<TV;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      k     
      v     

  public void replaceIfPresent(K, V, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object oldValue
        start local 3 // java.lang.Object newValue
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 179
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* oldValue */
            aload 3 /* newValue */
            invokeinterface io.vertx.core.shareddata.AsyncMap.replaceIfPresent:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 4 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 180
            return
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // java.lang.Object newValue
        end local 2 // java.lang.Object oldValue
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1              k  TK;
            0    2     2       oldValue  TV;
            0    2     3       newValue  TV;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (TK;TV;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      oldValue       
      newValue       
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Boolean> replaceIfPresent(K, V, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;TV;)Lio/vertx/core/Future<Ljava/lang/Boolean;>;
    MethodParameters:
          Name  Flags
      k         
      oldValue  
      newValue  

  public void clear(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 193
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.AsyncMap.clear:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 194
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> clear();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public void size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Integer>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 207
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.AsyncMap.size:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 208
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Integer> size();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Integer;>;

  public void keys(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Set<K>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 226
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.AsyncMap.keys:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 227
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Set<TK;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Set<TK;>;>;>;)V
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.Set<K>> keys();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/Set<TK;>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public void values(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<V>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 246
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.AsyncMap.values:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 247
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<TV;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<TV;>;>;>;)V
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<V>> values();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<TV;>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public void entries(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<K, V>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.AsyncMap this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 266
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.AsyncMap.entries:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 267
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.AsyncMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<TK;TV;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<TK;TV;>;>;>;)V
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.Map<K, V>> entries();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/Map<TK;TV;>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AsyncMap.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()