| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static DiscreteDomain |
DiscreteDomain.bigIntegers()
Returns the discrete domain for values of type
BigInteger.
|
static DiscreteDomain |
DiscreteDomain.integers()
Returns the discrete domain for values of type
Integer.
|
static DiscreteDomain |
DiscreteDomain.longs()
Returns the discrete domain for values of type
Long.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSortedSet |
ImmutableRangeSet.asSet(DiscreteDomain
Returns an
ImmutableSortedSet containing the same values in the given domain
contained by this range set.
|
Range |
Range.canonical(DiscreteDomain
Returns the canonical form of this range in the given domain.
|
static <C extends Comparable |
ContiguousSet.create(Range
Returns a
ContiguousSet containing the same values in the given domain
contained by the range.
|