@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","Normalize"}) @Immutable public final class ImmutableNormalize extends Object implements Normalize
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableNormalize.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableNormalize.Builder |
builder() |
static ImmutableNormalize |
copyOf(Normalize instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
int |
value() |
ImmutableNormalize |
withValue(int value) |
public int value()
public final ImmutableNormalize withValue(int value)
public int hashCode()
public String toString()
public static ImmutableNormalize copyOf(Normalize instance)
public static ImmutableNormalize.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.