class io.vertx.ext.consul.impl.WatchImpl$State<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.consul.impl.WatchImpl$State
  super_class: java.lang.Object
{
  final T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TT;

  final long index;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  void <init>(T, );
    descriptor: (Ljava/lang/Object;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.consul.impl.WatchImpl$State this
        start local 1 // java.lang.Object v
        start local 2 // long i
         0: .line 284
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 285
            aload 0 /* this */
            aload 1 /* v */
            putfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
         2: .line 286
            aload 0 /* this */
            lload 2 /* i */
            putfield io.vertx.ext.consul.impl.WatchImpl$State.index:J
         3: .line 287
            return
        end local 2 // long i
        end local 1 // java.lang.Object v
        end local 0 // io.vertx.ext.consul.impl.WatchImpl$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;
            0    4     1     v  TT;
            0    4     2     i  J
    Signature: (TT;J)V
    MethodParameters:
      Name  Flags
      v     
      i     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.consul.impl.WatchImpl$State this
        start local 1 // java.lang.Object o
         0: .line 291
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 292
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 293
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.consul.impl.WatchImpl$State
            astore 2 /* state */
        start local 2 // io.vertx.ext.consul.impl.WatchImpl$State state
         4: .line 294
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.index:J
            aload 2 /* state */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.index:J
            lcmp
            ifne 7
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            ifnull 5
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            aload 2 /* state */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
            goto 6
      StackMap locals: io.vertx.ext.consul.impl.WatchImpl$State
      StackMap stack:
         5: aload 2 /* state */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            ifnonnull 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // io.vertx.ext.consul.impl.WatchImpl$State state
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.consul.impl.WatchImpl$State this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;
            0    8     1      o  Ljava/lang/Object;
            4    8     2  state  Lio/vertx/ext/consul/impl/WatchImpl$State<*>;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.impl.WatchImpl$State this
         0: .line 299
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 300
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.index:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.index:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         4: .line 301
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.ext.consul.impl.WatchImpl$State this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;
            3    5     1  result  I
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "WatchImpl.java"
NestHost: io.vertx.ext.consul.impl.WatchImpl
InnerClasses:
  State = io.vertx.ext.consul.impl.WatchImpl$State of io.vertx.ext.consul.impl.WatchImpl