public final class com.mongodb.connection.ConnectionId
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.connection.ConnectionId
  super_class: java.lang.Object
{
  private static final java.util.concurrent.atomic.AtomicInteger INCREMENTING_ID;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final com.mongodb.connection.ServerId serverId;
    descriptor: Lcom/mongodb/connection/ServerId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int localValue;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Integer serverValue;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String stringValue;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 36
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putstatic com.mongodb.connection.ConnectionId.INCREMENTING_ID:Ljava/util/concurrent/atomic/AtomicInteger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.mongodb.connection.ServerId);
    descriptor: (Lcom/mongodb/connection/ServerId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.mongodb.connection.ConnectionId this
        start local 1 // com.mongodb.connection.ServerId serverId
         0: .line 50
            aload 0 /* this */
            aload 1 /* serverId */
            getstatic com.mongodb.connection.ConnectionId.INCREMENTING_ID:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            aconst_null
            invokespecial com.mongodb.connection.ConnectionId.<init>:(Lcom/mongodb/connection/ServerId;ILjava/lang/Integer;)V
         1: .line 51
            return
        end local 1 // com.mongodb.connection.ServerId serverId
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/mongodb/connection/ConnectionId;
            0    2     1  serverId  Lcom/mongodb/connection/ServerId;
    MethodParameters:
          Name  Flags
      serverId  final

  public void <init>(com.mongodb.connection.ServerId, int, java.lang.Integer);
    descriptor: (Lcom/mongodb/connection/ServerId;ILjava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.mongodb.connection.ConnectionId this
        start local 1 // com.mongodb.connection.ServerId serverId
        start local 2 // int localValue
        start local 3 // java.lang.Integer serverValue
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            ldc "serverId"
            aload 1 /* serverId */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.mongodb.connection.ServerId
            putfield com.mongodb.connection.ConnectionId.serverId:Lcom/mongodb/connection/ServerId;
         2: .line 68
            aload 0 /* this */
            iload 2 /* localValue */
            putfield com.mongodb.connection.ConnectionId.localValue:I
         3: .line 69
            aload 0 /* this */
            aload 3 /* serverValue */
            putfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
         4: .line 70
            aload 3 /* serverValue */
            ifnonnull 7
         5: .line 71
            aload 0 /* this */
            ldc "connectionId{localValue:%s}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* localValue */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            putfield com.mongodb.connection.ConnectionId.stringValue:Ljava/lang/String;
         6: .line 72
            goto 8
         7: .line 73
      StackMap locals: com.mongodb.connection.ConnectionId com.mongodb.connection.ServerId int java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            ldc "connectionId{localValue:%s, serverValue:%s}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* localValue */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 3 /* serverValue */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            putfield com.mongodb.connection.ConnectionId.stringValue:Ljava/lang/String;
         8: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Integer serverValue
        end local 2 // int localValue
        end local 1 // com.mongodb.connection.ServerId serverId
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/mongodb/connection/ConnectionId;
            0    9     1     serverId  Lcom/mongodb/connection/ServerId;
            0    9     2   localValue  I
            0    9     3  serverValue  Ljava/lang/Integer;
    MethodParameters:
             Name  Flags
      serverId     final
      localValue   final
      serverValue  final

  public com.mongodb.connection.ConnectionId withServerValue(int);
    descriptor: (I)Lcom/mongodb/connection/ConnectionId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.mongodb.connection.ConnectionId this
        start local 1 // int serverValue
         0: .line 85
            ldc "server value is null"
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: java.lang.String
         1: iconst_0
      StackMap locals: com.mongodb.connection.ConnectionId int
      StackMap stack: java.lang.String int
         2: invokestatic com.mongodb.assertions.Assertions.isTrue:(Ljava/lang/String;Z)V
         3: .line 86
            new com.mongodb.connection.ConnectionId
            dup
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverId:Lcom/mongodb/connection/ServerId;
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.localValue:I
            iload 1 /* serverValue */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial com.mongodb.connection.ConnectionId.<init>:(Lcom/mongodb/connection/ServerId;ILjava/lang/Integer;)V
            areturn
        end local 1 // int serverValue
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/mongodb/connection/ConnectionId;
            0    4     1  serverValue  I
    MethodParameters:
             Name  Flags
      serverValue  final

  public com.mongodb.connection.ServerId getServerId();
    descriptor: ()Lcom/mongodb/connection/ServerId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.connection.ConnectionId this
         0: .line 95
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverId:Lcom/mongodb/connection/ServerId;
            areturn
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/ConnectionId;

  public int getLocalValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.connection.ConnectionId this
         0: .line 104
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.localValue:I
            ireturn
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/ConnectionId;

  public java.lang.Integer getServerValue();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.connection.ConnectionId this
         0: .line 113
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            areturn
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/ConnectionId;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.mongodb.connection.ConnectionId this
        start local 1 // java.lang.Object o
         0: .line 118
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 119
            iconst_1
            ireturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 122
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.mongodb.connection.ConnectionId
            astore 2 /* that */
        start local 2 // com.mongodb.connection.ConnectionId that
         5: .line 127
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.localValue:I
            aload 2 /* that */
            getfield com.mongodb.connection.ConnectionId.localValue:I
            if_icmpeq 7
         6: .line 128
            iconst_0
            ireturn
         7: .line 130
      StackMap locals: com.mongodb.connection.ConnectionId
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverId:Lcom/mongodb/connection/ServerId;
            aload 2 /* that */
            getfield com.mongodb.connection.ConnectionId.serverId:Lcom/mongodb/connection/ServerId;
            invokevirtual com.mongodb.connection.ServerId.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 131
            iconst_0
            ireturn
         9: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            ifnull 10
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            aload 2 /* that */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.equals:(Ljava/lang/Object;)Z
            ifne 12
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2 /* that */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            ifnull 12
        11: .line 134
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        12: .line 137
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.mongodb.connection.ConnectionId that
        end local 1 // java.lang.Object o
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/mongodb/connection/ConnectionId;
            0   13     1     o  Ljava/lang/Object;
            5   13     2  that  Lcom/mongodb/connection/ConnectionId;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.mongodb.connection.ConnectionId this
         0: .line 142
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverId:Lcom/mongodb/connection/ServerId;
            invokevirtual com.mongodb.connection.ServerId.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 143
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.localValue:I
            iadd
            istore 1 /* result */
         2: .line 144
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            ifnull 3
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.serverValue:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.hashCode:()I
            goto 4
      StackMap locals: com.mongodb.connection.ConnectionId int
      StackMap stack: int
         3: iconst_0
      StackMap locals: com.mongodb.connection.ConnectionId int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 145
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/mongodb/connection/ConnectionId;
            1    6     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.connection.ConnectionId this
         0: .line 150
            aload 0 /* this */
            getfield com.mongodb.connection.ConnectionId.stringValue:Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.connection.ConnectionId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/ConnectionId;
}
SourceFile: "ConnectionId.java"
    RuntimeVisibleAnnotations: 
      com.mongodb.annotations.Immutable()