OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofInternal
(Results
1 - 2
of
2
) sorted by null
/external/guava/src/com/google/common/collect/
ImmutableSortedSet.java
135
return
ofInternal
(Ordering.natural(), e1, e2);
148
return
ofInternal
(Ordering.natural(), e1, e2, e3);
161
return
ofInternal
(Ordering.natural(), e1, e2, e3, e4);
174
return
ofInternal
(Ordering.natural(), e1, e2, e3, e4, e5);
189
return
ofInternal
(Ordering.natural(), elements);
192
private static <E> ImmutableSortedSet<E>
ofInternal
(
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 1372 milliseconds