ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.Builder.build() |
|
(package private) static ImmutableValueImmutableInfo |
ValueImmutableInfo.infoFrom(ImmutableMirror input) |
|
static ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.theCopyOf(ValueImmutableInfo instance) |
|
static ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.theOf(boolean builder,
boolean copy,
boolean intern,
boolean prehash,
boolean lazyhash,
boolean singleton) |
Construct a new immutable ValueImmutableInfo instance.
|
private static ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.validate(ImmutableValueImmutableInfo instance) |
|
ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.withBuilder(boolean value) |
Copy the current immutable object by setting a value for the builder attribute.
|
ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.withCopy(boolean value) |
Copy the current immutable object by setting a value for the copy attribute.
|
ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.withIntern(boolean value) |
Copy the current immutable object by setting a value for the intern attribute.
|
ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.withIsDefault(boolean value) |
Copy the current immutable object by setting a value for the isDefault attribute.
|
ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.withLazyhash(boolean value) |
Copy the current immutable object by setting a value for the lazyhash attribute.
|
ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.withPrehash(boolean value) |
Copy the current immutable object by setting a value for the prehash attribute.
|
ImmutableValueImmutableInfo |
ImmutableValueImmutableInfo.withSingleton(boolean value) |
Copy the current immutable object by setting a value for the singleton attribute.
|