@Immutable public static final class ImmutableInheritEnclosing.Impl3 extends Object implements InheritEnclosing.Impl3
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableInheritEnclosing.Impl3.Builder |
InheritEnclosing.Impl, InheritEnclosing.Impl2, InheritEnclosing.Impl3, InheritEnclosing.Impl4| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Boolean> |
bools() |
static ImmutableInheritEnclosing.Impl3.Builder |
builder() |
static ImmutableInheritEnclosing.Impl3 |
copyOf(InheritEnclosing.Impl3 instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableInheritEnclosing.Impl3 |
of(int value,
Iterable<Boolean> bools) |
static ImmutableInheritEnclosing.Impl3 |
of(int value,
List<Boolean> bools) |
String |
toString() |
int |
value() |
ImmutableInheritEnclosing.Impl3 |
withBools(boolean... elements) |
ImmutableInheritEnclosing.Impl3 |
withBools(Iterable<Boolean> elements) |
ImmutableInheritEnclosing.Impl3 |
withValue(int value) |
public int value()
public com.google.common.collect.ImmutableList<Boolean> bools()
public final ImmutableInheritEnclosing.Impl3 withValue(int value)
public final ImmutableInheritEnclosing.Impl3 withBools(boolean... elements)
public final ImmutableInheritEnclosing.Impl3 withBools(Iterable<Boolean> elements)
public int hashCode()
public String toString()
public static ImmutableInheritEnclosing.Impl3 of(int value, List<Boolean> bools)
public static ImmutableInheritEnclosing.Impl3 of(int value, Iterable<Boolean> bools)
public static ImmutableInheritEnclosing.Impl3 copyOf(InheritEnclosing.Impl3 instance)
public static ImmutableInheritEnclosing.Impl3.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.