public final class LongValue extends Value<Long>
Modifier and Type | Class and Description |
---|---|
static class |
LongValue.Builder |
Constructor and Description |
---|
LongValue(long value) |
Modifier and Type | Method and Description |
---|---|
static LongValue.Builder |
newBuilder(long value) |
static LongValue |
of(long value) |
LongValue.Builder |
toBuilder() |
public LongValue.Builder toBuilder()
public static LongValue of(long value)
public static LongValue.Builder newBuilder(long value)
Copyright © 2019 Google LLC. All rights reserved.