public class com.datastax.oss.protocol.internal.request.query.Values
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.datastax.oss.protocol.internal.request.query.Values
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.datastax.oss.protocol.internal.request.query.Values this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.datastax.oss.protocol.internal.request.query.Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/datastax/oss/protocol/internal/request/query/Values;

  public static <B> void writePositionalValues(java.util.List<java.nio.ByteBuffer>, B, com.datastax.oss.protocol.internal.PrimitiveCodec<B>);
    descriptor: (Ljava/util/List;Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // java.util.List values
        start local 1 // java.lang.Object dest
        start local 2 // com.datastax.oss.protocol.internal.PrimitiveCodec encoder
         0: .line 32
            aload 2 /* encoder */
            aload 0 /* values */
            invokeinterface java.util.List.size:()I
            aload 1 /* dest */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.writeUnsignedShort:(ILjava/lang/Object;)V
         1: .line 33
            aload 0 /* values */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: java.util.List java.lang.Object com.datastax.oss.protocol.internal.PrimitiveCodec top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            astore 3 /* value */
        start local 3 // java.nio.ByteBuffer value
         3: .line 34
            aload 3 /* value */
            aload 1 /* dest */
            aload 2 /* encoder */
            invokestatic com.datastax.oss.protocol.internal.request.query.Values.writeValue:(Ljava/nio/ByteBuffer;Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)V
        end local 3 // java.nio.ByteBuffer value
         4: .line 33
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 36
            return
        end local 2 // com.datastax.oss.protocol.internal.PrimitiveCodec encoder
        end local 1 // java.lang.Object dest
        end local 0 // java.util.List values
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0   values  Ljava/util/List<Ljava/nio/ByteBuffer;>;
            0    6     1     dest  TB;
            0    6     2  encoder  Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;
            3    4     3    value  Ljava/nio/ByteBuffer;
    Signature: <B:Ljava/lang/Object;>(Ljava/util/List<Ljava/nio/ByteBuffer;>;TB;Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;)V
    MethodParameters:
         Name  Flags
      values   
      dest     
      encoder  

  public static int sizeOfPositionalValues(java.util.List<java.nio.ByteBuffer>);
    descriptor: (Ljava/util/List;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.util.List values
         0: .line 39
            iconst_2
            istore 1 /* size */
        start local 1 // int size
         1: .line 40
            aload 0 /* values */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: java.util.List int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            astore 2 /* value */
        start local 2 // java.nio.ByteBuffer value
         3: .line 41
            iload 1 /* size */
            aload 2 /* value */
            invokestatic com.datastax.oss.protocol.internal.request.query.Values.sizeOfValue:(Ljava/nio/ByteBuffer;)I
            iadd
            istore 1 /* size */
        end local 2 // java.nio.ByteBuffer value
         4: .line 40
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 43
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // java.util.List values
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  values  Ljava/util/List<Ljava/nio/ByteBuffer;>;
            1    6     1    size  I
            3    4     2   value  Ljava/nio/ByteBuffer;
    Signature: (Ljava/util/List<Ljava/nio/ByteBuffer;>;)I
    MethodParameters:
        Name  Flags
      values  

  public static <B> void writeNamedValues(java.util.Map<java.lang.String, java.nio.ByteBuffer>, B, com.datastax.oss.protocol.internal.PrimitiveCodec<B>);
    descriptor: (Ljava/util/Map;Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // java.util.Map values
        start local 1 // java.lang.Object dest
        start local 2 // com.datastax.oss.protocol.internal.PrimitiveCodec encoder
         0: .line 48
            aload 2 /* encoder */
            aload 0 /* values */
            invokeinterface java.util.Map.size:()I
            aload 1 /* dest */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.writeUnsignedShort:(ILjava/lang/Object;)V
         1: .line 49
            aload 0 /* values */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: java.util.Map java.lang.Object com.datastax.oss.protocol.internal.PrimitiveCodec top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         3: .line 50
            aload 2 /* encoder */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* dest */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.writeString:(Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 51
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            aload 1 /* dest */
            aload 2 /* encoder */
            invokestatic com.datastax.oss.protocol.internal.request.query.Values.writeValue:(Ljava/nio/ByteBuffer;Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)V
        end local 3 // java.util.Map$Entry entry
         5: .line 49
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 53
            return
        end local 2 // com.datastax.oss.protocol.internal.PrimitiveCodec encoder
        end local 1 // java.lang.Object dest
        end local 0 // java.util.Map values
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0   values  Ljava/util/Map<Ljava/lang/String;Ljava/nio/ByteBuffer;>;
            0    7     1     dest  TB;
            0    7     2  encoder  Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;
            3    5     3    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/nio/ByteBuffer;>;
    Signature: <B:Ljava/lang/Object;>(Ljava/util/Map<Ljava/lang/String;Ljava/nio/ByteBuffer;>;TB;Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;)V
    MethodParameters:
         Name  Flags
      values   
      dest     
      encoder  

  public static int sizeOfNamedValues(java.util.Map<java.lang.String, java.nio.ByteBuffer>);
    descriptor: (Ljava/util/Map;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.util.Map values
         0: .line 56
            iconst_2
            istore 1 /* size */
        start local 1 // int size
         1: .line 57
            aload 0 /* values */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: java.util.Map int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 58
            iload 1 /* size */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokestatic com.datastax.oss.protocol.internal.PrimitiveSizes.sizeOfString:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
         4: .line 59
            iload 1 /* size */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            invokestatic com.datastax.oss.protocol.internal.request.query.Values.sizeOfValue:(Ljava/nio/ByteBuffer;)I
            iadd
            istore 1 /* size */
        end local 2 // java.util.Map$Entry entry
         5: .line 57
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 61
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // java.util.Map values
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  values  Ljava/util/Map<Ljava/lang/String;Ljava/nio/ByteBuffer;>;
            1    7     1    size  I
            3    5     2   entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/nio/ByteBuffer;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/nio/ByteBuffer;>;)I
    MethodParameters:
        Name  Flags
      values  

  private static <B> void writeValue(java.nio.ByteBuffer, B, com.datastax.oss.protocol.internal.PrimitiveCodec<B>);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.nio.ByteBuffer value
        start local 1 // java.lang.Object dest
        start local 2 // com.datastax.oss.protocol.internal.PrimitiveCodec encoder
         0: .line 66
            aload 0 /* value */
            ifnonnull 3
         1: .line 67
            aload 2 /* encoder */
            iconst_m1
            aload 1 /* dest */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.writeInt:(ILjava/lang/Object;)V
         2: .line 68
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* value */
            getstatic com.datastax.oss.protocol.internal.ProtocolConstants.UNSET_VALUE:Ljava/nio/ByteBuffer;
            if_acmpne 6
         4: .line 69
            aload 2 /* encoder */
            bipush -2
            aload 1 /* dest */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.writeInt:(ILjava/lang/Object;)V
         5: .line 70
            goto 7
         6: .line 71
      StackMap locals:
      StackMap stack:
            aload 2 /* encoder */
            aload 0 /* value */
            aload 1 /* dest */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.writeBytes:(Ljava/nio/ByteBuffer;Ljava/lang/Object;)V
         7: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.datastax.oss.protocol.internal.PrimitiveCodec encoder
        end local 1 // java.lang.Object dest
        end local 0 // java.nio.ByteBuffer value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0    value  Ljava/nio/ByteBuffer;
            0    8     1     dest  TB;
            0    8     2  encoder  Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;
    Signature: <B:Ljava/lang/Object;>(Ljava/nio/ByteBuffer;TB;Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;)V
    MethodParameters:
         Name  Flags
      value    
      dest     
      encoder  

  private static int sizeOfValue(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer value
         0: .line 77
            aload 0 /* value */
            ifnull 1
            aload 0 /* value */
            getstatic com.datastax.oss.protocol.internal.ProtocolConstants.UNSET_VALUE:Ljava/nio/ByteBuffer;
            if_acmpne 2
         1: .line 78
      StackMap locals:
      StackMap stack:
            iconst_4
            goto 3
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            invokestatic com.datastax.oss.protocol.internal.PrimitiveSizes.sizeOfBytes:(Ljava/nio/ByteBuffer;)I
         3: .line 77
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // java.nio.ByteBuffer value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  value  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      value  

  public static <B> java.util.List<java.nio.ByteBuffer> readPositionalValues(B, com.datastax.oss.protocol.internal.PrimitiveCodec<B>);
    descriptor: (Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.lang.Object source
        start local 1 // com.datastax.oss.protocol.internal.PrimitiveCodec decoder
         0: .line 83
            aload 1 /* decoder */
            aload 0 /* source */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.readUnsignedShort:(Ljava/lang/Object;)I
            istore 2 /* size */
        start local 2 // int size
         1: .line 84
            iload 2 /* size */
            ifne 3
         2: .line 85
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         3: .line 88
      StackMap locals: int
      StackMap stack:
            iload 2 /* size */
            invokestatic com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList.builder:(I)Lcom/datastax/oss/protocol/internal/util/collection/NullAllowingImmutableList$Builder;
         4: .line 87
            astore 3 /* values */
        start local 3 // com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList$Builder values
         5: .line 89
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 90
      StackMap locals: com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList$Builder int
      StackMap stack:
            aload 3 /* values */
            aload 0 /* source */
            aload 1 /* decoder */
            invokestatic com.datastax.oss.protocol.internal.request.query.Values.readValue:(Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)Ljava/nio/ByteBuffer;
            invokevirtual com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList$Builder.add:(Ljava/lang/Object;)Lcom/datastax/oss/protocol/internal/util/collection/NullAllowingImmutableList$Builder;
            pop
         8: .line 89
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* size */
            if_icmplt 7
        end local 4 // int i
        10: .line 92
            aload 3 /* values */
            invokevirtual com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList$Builder.build:()Lcom/datastax/oss/protocol/internal/util/collection/NullAllowingImmutableList;
            areturn
        end local 3 // com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList$Builder values
        end local 2 // int size
        end local 1 // com.datastax.oss.protocol.internal.PrimitiveCodec decoder
        end local 0 // java.lang.Object source
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0   source  TB;
            0   11     1  decoder  Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;
            1   11     2     size  I
            5   11     3   values  Lcom/datastax/oss/protocol/internal/util/collection/NullAllowingImmutableList$Builder<Ljava/nio/ByteBuffer;>;
            6   10     4        i  I
    Signature: <B:Ljava/lang/Object;>(TB;Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;)Ljava/util/List<Ljava/nio/ByteBuffer;>;
    MethodParameters:
         Name  Flags
      source   
      decoder  

  public static <B> java.util.Map<java.lang.String, java.nio.ByteBuffer> readNamedValues(B, com.datastax.oss.protocol.internal.PrimitiveCodec<B>);
    descriptor: (Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // java.lang.Object source
        start local 1 // com.datastax.oss.protocol.internal.PrimitiveCodec decoder
         0: .line 97
            aload 1 /* decoder */
            aload 0 /* source */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.readUnsignedShort:(Ljava/lang/Object;)I
            istore 2 /* size */
        start local 2 // int size
         1: .line 98
            iload 2 /* size */
            ifne 3
         2: .line 99
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
         3: .line 102
      StackMap locals: int
      StackMap stack:
            iload 2 /* size */
            invokestatic com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap.builder:(I)Lcom/datastax/oss/protocol/internal/util/collection/NullAllowingImmutableMap$Builder;
         4: .line 101
            astore 3 /* values */
        start local 3 // com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap$Builder values
         5: .line 103
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 11
         7: .line 104
      StackMap locals: com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap$Builder int
      StackMap stack:
            aload 1 /* decoder */
            aload 0 /* source */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.readString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 5 /* key */
        start local 5 // java.lang.String key
         8: .line 105
            aload 0 /* source */
            aload 1 /* decoder */
            invokestatic com.datastax.oss.protocol.internal.request.query.Values.readValue:(Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)Ljava/nio/ByteBuffer;
            astore 6 /* value */
        start local 6 // java.nio.ByteBuffer value
         9: .line 106
            aload 3 /* values */
            aload 5 /* key */
            aload 6 /* value */
            invokevirtual com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap$Builder.put:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/datastax/oss/protocol/internal/util/collection/NullAllowingImmutableMap$Builder;
            pop
        end local 6 // java.nio.ByteBuffer value
        end local 5 // java.lang.String key
        10: .line 103
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 2 /* size */
            if_icmplt 7
        end local 4 // int i
        12: .line 108
            aload 3 /* values */
            invokevirtual com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap$Builder.build:()Ljava/util/Map;
            areturn
        end local 3 // com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap$Builder values
        end local 2 // int size
        end local 1 // com.datastax.oss.protocol.internal.PrimitiveCodec decoder
        end local 0 // java.lang.Object source
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0   source  TB;
            0   13     1  decoder  Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;
            1   13     2     size  I
            5   13     3   values  Lcom/datastax/oss/protocol/internal/util/collection/NullAllowingImmutableMap$Builder<Ljava/lang/String;Ljava/nio/ByteBuffer;>;
            6   12     4        i  I
            8   10     5      key  Ljava/lang/String;
            9   10     6    value  Ljava/nio/ByteBuffer;
    Signature: <B:Ljava/lang/Object;>(TB;Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;)Ljava/util/Map<Ljava/lang/String;Ljava/nio/ByteBuffer;>;
    MethodParameters:
         Name  Flags
      source   
      decoder  

  public static <B> java.nio.ByteBuffer readValue(B, com.datastax.oss.protocol.internal.PrimitiveCodec<B>);
    descriptor: (Ljava/lang/Object;Lcom/datastax/oss/protocol/internal/PrimitiveCodec;)Ljava/nio/ByteBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object source
        start local 1 // com.datastax.oss.protocol.internal.PrimitiveCodec decoder
         0: .line 113
            aload 1 /* decoder */
            aload 0 /* source */
            invokeinterface com.datastax.oss.protocol.internal.PrimitiveCodec.readBytes:(Ljava/lang/Object;)Ljava/nio/ByteBuffer;
            areturn
        end local 1 // com.datastax.oss.protocol.internal.PrimitiveCodec decoder
        end local 0 // java.lang.Object source
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0   source  TB;
            0    1     1  decoder  Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;
    Signature: <B:Ljava/lang/Object;>(TB;Lcom/datastax/oss/protocol/internal/PrimitiveCodec<TB;>;)Ljava/nio/ByteBuffer;
    MethodParameters:
         Name  Flags
      source   
      decoder  
}
SourceFile: "Values.java"
InnerClasses:
  public Builder = com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList$Builder of com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList
  public Builder = com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap$Builder of com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap
  public abstract Entry = java.util.Map$Entry of java.util.Map