@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableGeoPoint2 extends GeoPoint2
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGeoPoint2.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableGeoPoint2.Builder |
builder() |
static ImmutableGeoPoint2 |
copyOf(GeoPoint2 instance) |
boolean |
equals(Object another) |
int |
hashCode() |
double |
lat() |
double |
lon() |
String |
toString() |
ImmutableGeoPoint2 |
withLat(double value) |
ImmutableGeoPoint2 |
withLon(double value) |
public double lon()
public double lat()
public final ImmutableGeoPoint2 withLon(double value)
public final ImmutableGeoPoint2 withLat(double value)
public int hashCode()
public String toString()
public static ImmutableGeoPoint2 copyOf(GeoPoint2 instance)
public static ImmutableGeoPoint2.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.