Uses of Class
com.google.common.collect.ImmutableRangeSet.Builder
Packages that use ImmutableRangeSet.Builder
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of ImmutableRangeSet.Builder in com.google.common.collect
Methods in com.google.common.collect that return ImmutableRangeSet.BuilderModifier 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.