- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getElementOrNull (0.57 sec)
-
android/guava/src/com/google/common/collect/SortedMultisets.java
return getElementOrNull(multiset().headMultiset(e, OPEN).lastEntry()); } @Override public @Nullable E floor(@ParametricNullness E e) { return getElementOrNull(multiset().headMultiset(e, CLOSED).lastEntry()); } @Override public @Nullable E ceiling(@ParametricNullness E e) { return getElementOrNull(multiset().tailMultiset(e, CLOSED).firstEntry());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 5.5K bytes - Viewed (0)