ImmutableSampleValue |
ImmutableSampleValue.Builder.build() |
static ImmutableSampleValue |
ImmutableSampleValue.copyOf(SampleValue instance) |
ImmutableSampleValue |
ImmutableSampleValue.withA(int value) |
ImmutableSampleValue |
ImmutableSampleValue.withC(int... elements) |
ImmutableSampleValue |
ImmutableSampleValue.withC(Iterable<Integer> elements) |
ImmutableSampleValue |
ImmutableSampleValue.withOi(int value) |
ImmutableSampleValue |
ImmutableSampleValue.withOi(OptionalInt optional) |
ImmutableSampleValue |
ImmutableSampleValue.withOs(com.google.common.base.Optional<String> optional) |
ImmutableSampleValue |
ImmutableSampleValue.withOs(String value) |