OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nullToEmptySortedSet
(Results
1 - 2
of
2
) sorted by null
/external/smali/util/src/main/java/org/jf/util/
ImmutableUtils.java
56
@Nonnull public static <T> ImmutableSortedSet<T>
nullToEmptySortedSet
(@Nullable ImmutableSortedSet<T> set) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableClassDef.java
128
this.staticFields = ImmutableUtils.
nullToEmptySortedSet
(staticFields);
129
this.instanceFields = ImmutableUtils.
nullToEmptySortedSet
(instanceFields);
130
this.directMethods = ImmutableUtils.
nullToEmptySortedSet
(directMethods);
131
this.virtualMethods = ImmutableUtils.
nullToEmptySortedSet
(virtualMethods);
Completed in 404 milliseconds