public final class KeyValue extends Value<Key>
Modifier and Type | Class and Description |
---|---|
static class |
KeyValue.Builder |
Modifier and Type | Method and Description |
---|---|
static KeyValue.Builder |
newBuilder(Key key) |
static KeyValue |
of(Key key) |
KeyValue.Builder |
toBuilder() |
public KeyValue(Key key)
public KeyValue.Builder toBuilder()
public static KeyValue.Builder newBuilder(Key key)
Copyright © 2019 Google LLC. All rights reserved.