Uses of Class
com.google.common.collect.ImmutableRangeSet.Builder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableRangeSet.Builder in com.google.common.collect
Modifier and TypeMethodDescriptionAdd the specified range to this builder.Add all ranges from the specified range set to this builder.Add all of the specified ranges to this builder.static <C extends Comparable<?>>
ImmutableRangeSet.Builder<C> ImmutableRangeSet.builder()
Returns a new builder for an immutable range set.