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