@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 map) |
ImmutableRawType |
withSet(Set set) |
public Set set()
public Map map()
public final ImmutableRawType withSet(Set set)
public final ImmutableRawType withMap(Map map)
public int hashCode()
public String toString()
public static ImmutableRawType copyOf(RawType instance)
public static ImmutableRawType.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.