@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableGuavaInterner extends Object implements WeakInterningStyle.GuavaInterner
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGuavaInterner.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
static ImmutableGuavaInterner.Builder |
builder() |
static ImmutableGuavaInterner |
copyOf(WeakInterningStyle.GuavaInterner instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableGuavaInterner |
of(int a) |
String |
toString() |
ImmutableGuavaInterner |
withA(int value) |
public int a()
public final ImmutableGuavaInterner withA(int value)
public int hashCode()
public String toString()
public static ImmutableGuavaInterner of(int a)
public static ImmutableGuavaInterner copyOf(WeakInterningStyle.GuavaInterner instance)
public static ImmutableGuavaInterner.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.