Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderArrayEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseArrayEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderArrayEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,ArrayEncodedValue
,EncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderArrayEncodedValue extends BaseArrayEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends EncodedValue>
getValue()
Gets the list of the values contained in this ArrayEncodedValue-
Methods inherited from class org.jf.dexlib2.base.value.BaseArrayEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
-
-
-
Method Detail
-
getValue
@Nonnull public java.util.List<? extends EncodedValue> getValue()
Description copied from interface:ArrayEncodedValue
Gets the list of the values contained in this ArrayEncodedValue- Specified by:
getValue
in interfaceArrayEncodedValue
- Returns:
- A list of EncodedValue instances
-
-