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

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

Introduction

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

The text is from its open source code.

Field

Method

voidadd(Range rangeToAdd)
TreeRangeSetcreate()
Creates an empty TreeRangeSet instance.
TreeRangeSetcreate(RangeSet rangeSet)
Returns a TreeRangeSet initialized with the ranges in the specified range set.
RangeSetsubRangeSet(Range view)