public final class io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap extends java.lang.Object implements io.vertx.core.shareddata.AsyncMap
{
private final io.vertx.core.shareddata.AsyncMap delegate;
void <init>(io.vertx.core.shareddata.AsyncMap)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: io.vertx.core.shareddata.AsyncMap;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate> = v;
return;
}
public io.vertx.core.Future get(java.lang.Object)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future get(java.lang.Object)>(v);
return v;
}
public io.vertx.core.Future put(java.lang.Object, java.lang.Object)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future put(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.vertx.core.Future put(java.lang.Object, java.lang.Object, long)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v;
long v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: long;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future put(java.lang.Object,java.lang.Object,long)>(v, v, v);
return v;
}
public io.vertx.core.Future putIfAbsent(java.lang.Object, java.lang.Object)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future putIfAbsent(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.vertx.core.Future putIfAbsent(java.lang.Object, java.lang.Object, long)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v;
long v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: long;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future putIfAbsent(java.lang.Object,java.lang.Object,long)>(v, v, v);
return v;
}
public io.vertx.core.Future remove(java.lang.Object)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future remove(java.lang.Object)>(v);
return v;
}
public io.vertx.core.Future removeIfPresent(java.lang.Object, java.lang.Object)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future removeIfPresent(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.vertx.core.Future replace(java.lang.Object, java.lang.Object)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future replace(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.vertx.core.Future replace(java.lang.Object, java.lang.Object, long)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v;
long v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: long;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future replace(java.lang.Object,java.lang.Object,long)>(v, v, v);
return v;
}
public io.vertx.core.Future replaceIfPresent(java.lang.Object, java.lang.Object, java.lang.Object)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v, v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future replaceIfPresent(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
return v;
}
public io.vertx.core.Future replaceIfPresent(java.lang.Object, java.lang.Object, java.lang.Object, long)
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
java.lang.Object v, v, v;
long v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: long;
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
staticinvoke <io.vertx.core.shareddata.impl.SharedDataImpl: void checkType(java.lang.Object)>(v);
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future replaceIfPresent(java.lang.Object,java.lang.Object,java.lang.Object,long)>(v, v, v, v);
return v;
}
public io.vertx.core.Future clear()
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future clear()>();
return v;
}
public io.vertx.core.Future size()
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future size()>();
return v;
}
public io.vertx.core.Future keys()
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future keys()>();
return v;
}
public io.vertx.core.Future values()
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future values()>();
return v;
}
public io.vertx.core.Future entries()
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
io.vertx.core.Future v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
v = interfaceinvoke v.<io.vertx.core.shareddata.AsyncMap: io.vertx.core.Future entries()>();
return v;
}
public io.vertx.core.shareddata.AsyncMap getDelegate()
{
io.vertx.core.shareddata.AsyncMap v;
io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap v;
v := @this: io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap;
v = v.<io.vertx.core.shareddata.impl.SharedDataImpl$WrappedAsyncMap: io.vertx.core.shareddata.AsyncMap delegate>;
return v;
}
}