- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toImmutableRangeSet (0.06 sec)
-
android/guava/src/com/google/common/collect/ImmutableRangeSet.java
*/ @IgnoreJRERequirement // Users will use this only if they're already using streams. public static <E extends Comparable<? super E>> Collector<Range<E>, ?, ImmutableRangeSet<E>> toImmutableRangeSet() { return CollectCollectors.toImmutableRangeSet(); } /** * Returns an empty immutable range set. * * <p><b>Performance note:</b> the instance returned is a singleton. */ @SuppressWarnings("unchecked")
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 27.4K bytes - Viewed (0)