@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableLazyHasItsOwnPlane extends LazyHasItsOwnPlane
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableLazyHasItsOwnPlane.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableLazyHasItsOwnPlane.Builder |
builder() |
static ImmutableLazyHasItsOwnPlane |
copyOf(LazyHasItsOwnPlane instance) |
boolean |
equals(Object another) |
int |
getLength() |
Object[] |
getStrings() |
int |
hashCode() |
String |
toString() |
ImmutableLazyHasItsOwnPlane |
withStrings(Iterable<String> elements) |
ImmutableLazyHasItsOwnPlane |
withStrings(String... elements) |
public final ImmutableLazyHasItsOwnPlane withStrings(String... elements)
public final ImmutableLazyHasItsOwnPlane withStrings(Iterable<String> elements)
public int hashCode()
public String toString()
public Object[] getStrings()
public int getLength()
public static ImmutableLazyHasItsOwnPlane copyOf(LazyHasItsOwnPlane instance)
public static ImmutableLazyHasItsOwnPlane.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.