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/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java
78
return
ofInternal
(Ordering.natural(), element);
84
return
ofInternal
(Ordering.natural(), e1, e2);
90
return
ofInternal
(Ordering.natural(), e1, e2, e3);
96
return
ofInternal
(Ordering.natural(), e1, e2, e3, e4);
102
return
ofInternal
(Ordering.natural(), e1, e2, e3, e4, e5);
113
return
ofInternal
(Ordering.natural(), (E[]) all.toArray(new Comparable[0]));
123
private static <E> ImmutableSortedSet<E>
ofInternal
(
156
return
ofInternal
(Ordering.natural(), elements);
/libcore/benchmarks/libs/
caliper.jar
Completed in 44 milliseconds