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 abstract void get(K, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
k
v
completionHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;TV;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
k
v
ttl
completionHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 void remove(K, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
MethodParameters:
Name Flags
k
v
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 void clear(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
resultHandler
public abstract void size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Integer>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;)V
MethodParameters:
Name Flags
resultHandler
public abstract void keys(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Set<K>>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 void values(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<V>>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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 void entries(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<K, V>>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AsyncMap.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()