Java com.google.common.collect ImmutableRangeSet fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect ImmutableRangeSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect ImmutableRangeSet.

The text is from its open source code.

Method

Builderbuilder()
Returns a new builder for an immutable range set.
ImmutableRangeSetcopyOf(RangeSet rangeSet)
Returns an immutable copy of the specified RangeSet .
ImmutableRangeSetof()
Returns an empty immutable range set.
ImmutableRangeSetof(Range range)
Returns an immutable range set containing the specified single range.