Searched refs:getElementOrNull (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedMultisets.java96 return getElementOrNull(multiset().headMultiset(e, OPEN).lastEntry());
101 return getElementOrNull(multiset().headMultiset(e, CLOSED).lastEntry());
106 return getElementOrNull(multiset().tailMultiset(e, CLOSED).firstEntry());
111 return getElementOrNull(multiset().tailMultiset(e, OPEN).firstEntry());
126 return getElementOrNull(multiset().pollFirstEntry());
131 return getElementOrNull(multiset().pollLastEntry());
162 private static <E> E getElementOrNull(@Nullable Entry<E> entry) { method in class:SortedMultisets
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedMultisets.java89 private static <E> E getElementOrNull(@Nullable Entry<E> entry) { method in class:SortedMultisets
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 134 milliseconds