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 |
builder(long value)
Deprecated.
|
static LongValue.Builder |
newBuilder(long value) |
static LongValue |
of(long value) |
LongValue.Builder |
toBuilder() |
public LongValue.Builder toBuilder()
public static LongValue of(long value)
@Deprecated public static LongValue.Builder builder(long value)
public static LongValue.Builder newBuilder(long value)
Copyright © 2016 Google. All rights reserved.