Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for emptiesFirst (0.41 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/collect/Comparators.java

        return Comparator.<Optional<T>, @Nullable T>comparing(
            o -> orElseNull(o), Comparator.nullsLast(valueComparator));
      }
    
      @IgnoreJRERequirement // helper for emptiesFirst+emptiesLast
      /*
       * If we make these calls inline inside the lambda inside emptiesFirst()/emptiesLast(), we get an
       * Animal Sniffer error, despite the @IgnoreJRERequirement annotation there. For details, see
       * ImmutableSortedMultiset.
       */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 11.5K bytes
    - Click Count (0)
Back to Top