OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImmutableShortEncodedValue
(Results
1 - 2
of
2
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableShortEncodedValue.java
37
public class
ImmutableShortEncodedValue
extends BaseShortEncodedValue implements ImmutableEncodedValue {
40
public
ImmutableShortEncodedValue
(short value) {
44
public static
ImmutableShortEncodedValue
of(ShortEncodedValue shortEncodedValue) {
45
if (shortEncodedValue instanceof
ImmutableShortEncodedValue
) {
46
return (
ImmutableShortEncodedValue
)shortEncodedValue;
48
return new
ImmutableShortEncodedValue
(shortEncodedValue.getValue());
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 38 milliseconds