Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asDescendingMapOfRanges (0.25 sec)

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

       * {@code Range} entries.
       *
       * <p>It is guaranteed that no empty ranges will be in the returned {@code Map}.
       *
       * @since 19.0
       */
      Map<Range<K>, V> asDescendingMapOfRanges();
    
      /**
       * Returns a view of the part of this range map that intersects with {@code range}.
       *
       * <p>For example, if {@code rangeMap} had the entries {@code [1, 5] => "foo", (6, 8) => "bar",
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 6.5K bytes
    - Viewed (0)
Back to top