- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getElementOrNull (1.44 seconds)
-
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());
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.5K bytes - Click Count (0)