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

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

Introduction

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

The text is from its open source code.

Method

ContiguousSetcreate(Range range, DiscreteDomain domain)
Returns a ContiguousSet containing the same values in the given domain Range#contains contained by the range.