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

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

Introduction

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

The text is from its open source code.

Subclass

com.google.common.collect.DiscreteDomain has subclasses.
Click this link to see all its subclasses.

Method

DiscreteDomainbigIntegers()
Returns the discrete domain for values of type BigInteger .
DiscreteDomainintegers()
Returns the discrete domain for values of type Integer .
DiscreteDomainlongs()
Returns the discrete domain for values of type Long .
Cnext(C value)
Returns the unique least value of type C that is greater than value , or null if none exists.
Cprevious(C value)
Returns the unique greatest value of type C that is less than value , or null if none exists.