static ImmutableSillyTuplie |
ImmutableSillyTuplie.copyOf(SillyTuplie instance) |
static ImmutableSillyTuplie |
ImmutableSillyTuplie.of(float float1,
com.google.common.base.Optional<Byte> opt2,
Iterable<Boolean> set3) |
static ImmutableSillyTuplie |
ImmutableSillyTuplie.of(float float1,
com.google.common.base.Optional<Byte> opt2,
Set<Boolean> set3) |
ImmutableSillyTuplie |
ImmutableSillyTuplie.withFloat1(float value) |
ImmutableSillyTuplie |
ImmutableSillyTuplie.withOpt2(byte value) |
ImmutableSillyTuplie |
ImmutableSillyTuplie.withOpt2(com.google.common.base.Optional<Byte> optional) |
ImmutableSillyTuplie |
ImmutableSillyTuplie.withSet3(boolean... elements) |
ImmutableSillyTuplie |
ImmutableSillyTuplie.withSet3(Iterable<Boolean> elements) |