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