class io.vertx.core.shareddata.impl.LocalMapImpl$1 implements java.util.Map$Entry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.shareddata.impl.LocalMapImpl$1
  super_class: java.lang.Object
{
  final io.vertx.core.shareddata.impl.LocalMapImpl this$0;
    descriptor: Lio/vertx/core/shareddata/impl/LocalMapImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Map$Entry val$entry;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.shareddata.impl.LocalMapImpl, java.util.Map$Entry);
    descriptor: (Lio/vertx/core/shareddata/impl/LocalMapImpl;Ljava/util/Map$Entry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
         0: .line 212
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.shareddata.impl.LocalMapImpl$1.this$0:Lio/vertx/core/shareddata/impl/LocalMapImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.shareddata.impl.LocalMapImpl$1.val$entry:Ljava/util/Map$Entry;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/shareddata/impl/LocalMapImpl$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$entry  final

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
         0: .line 216
            aload 0 /* this */
            getfield io.vertx.core.shareddata.impl.LocalMapImpl$1.val$entry:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokestatic io.vertx.core.shareddata.impl.Checker.copyIfRequired:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/shareddata/impl/LocalMapImpl$1;
    Signature: ()TK;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
         0: .line 221
            aload 0 /* this */
            getfield io.vertx.core.shareddata.impl.LocalMapImpl$1.val$entry:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic io.vertx.core.shareddata.impl.Checker.copyIfRequired:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/shareddata/impl/LocalMapImpl$1;
    Signature: ()TV;

  public V setValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
        start local 1 // java.lang.Object value
         0: .line 226
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.core.shareddata.impl.LocalMapImpl$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/shareddata/impl/LocalMapImpl$1;
            0    1     1  value  TV;
    Signature: (TV;)TV;
    MethodParameters:
       Name  Flags
      value  
}
Signature: Ljava/lang/Object;Ljava/util/Map$Entry<TK;TV;>;
SourceFile: "LocalMapImpl.java"
EnclosingMethod: io.vertx.core.shareddata.impl.LocalMapImpl.entrySet:()Ljava/util/Set;
NestHost: io.vertx.core.shareddata.impl.LocalMapImpl
InnerClasses:
  io.vertx.core.shareddata.impl.LocalMapImpl$1
  public abstract Entry = java.util.Map$Entry of java.util.Map