Package org.jf.dexlib2.immutable.value
Class ImmutableEncodedValueFactory
java.lang.Object
org.jf.dexlib2.immutable.value.ImmutableEncodedValueFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableEncodedValue, EncodedValue> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncodedValuedefaultValueForType(String type) static com.google.common.collect.ImmutableList<ImmutableEncodedValue> immutableListOf(Iterable<? extends EncodedValue> list) static ImmutableEncodedValueof(EncodedValue encodedValue) static ImmutableEncodedValueofNullable(EncodedValue encodedValue)
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
ImmutableEncodedValueFactory
public ImmutableEncodedValueFactory()
-
-
Method Details
-
of
-
defaultValueForType
-
ofNullable
-
immutableListOf
@Nonnull public static com.google.common.collect.ImmutableList<ImmutableEncodedValue> immutableListOf(@Nullable Iterable<? extends EncodedValue> list)
-