@ParametersAreNonnullByDefault @Generated(value={"Modifiables.generator","IncludeHashCode"}) @NotThreadSafe public final class ModifiableIncludeHashCode extends IncludeHashCode
| Modifier and Type | Method and Description |
|---|---|
ModifiableIncludeHashCode |
clear() |
static ModifiableIncludeHashCode |
create() |
boolean |
equals(Object another) |
ModifiableIncludeHashCode |
from(IncludeHashCode instance) |
ModifiableIncludeHashCode |
from(ModifiableIncludeHashCode instance) |
int |
hashCode() |
boolean |
isInitialized() |
ImmutableIncludeHashCode |
toImmutable() |
String |
toString() |
public static ModifiableIncludeHashCode create()
@CanIgnoreReturnValue public ModifiableIncludeHashCode clear()
public ModifiableIncludeHashCode from(IncludeHashCode instance)
public ModifiableIncludeHashCode from(ModifiableIncludeHashCode instance)
public final boolean isInitialized()
public final ImmutableIncludeHashCode toImmutable()
public int hashCode()
public String toString()
Copyright © 2022 The Immutables.org authors. All rights reserved.