public class ImmutableArrayEncodedValue extends BaseArrayEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> |
value |
| Constructor and Description |
|---|
ImmutableArrayEncodedValue(java.util.Collection<? extends EncodedValue> value) |
ImmutableArrayEncodedValue(com.google.common.collect.ImmutableList<ImmutableEncodedValue> value) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> |
getValue()
Gets the list of the values contained in this ArrayEncodedValue
|
static ImmutableArrayEncodedValue |
of(ArrayEncodedValue arrayEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueType@Nonnull protected final com.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> value
public ImmutableArrayEncodedValue(@Nonnull
java.util.Collection<? extends EncodedValue> value)
public ImmutableArrayEncodedValue(@Nonnull
com.google.common.collect.ImmutableList<ImmutableEncodedValue> value)
public static ImmutableArrayEncodedValue of(@Nonnull ArrayEncodedValue arrayEncodedValue)
@Nonnull public com.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> getValue()
ArrayEncodedValuegetValue in interface ArrayEncodedValue