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<BigInteger> |
DiscreteDomain.bigIntegers()
Returns the discrete domain for values of type
BigInteger . |
static DiscreteDomain<Integer> |
DiscreteDomain.integers()
Returns the discrete domain for values of type
Integer . |
static DiscreteDomain<Long> |
DiscreteDomain.longs()
Returns the discrete domain for values of type
Long . |
Modifier and Type | Method and Description |
---|---|
ImmutableSortedSet<C> |
ImmutableRangeSet.asSet(DiscreteDomain<C> domain)
Returns an
ImmutableSortedSet containing the same values in the given domain
contained by this range set. |
Range<C> |
Range.canonical(DiscreteDomain<C> domain)
Returns the canonical form of this range in the given domain.
|
static <C extends Comparable> |
ContiguousSet.create(Range<C> range,
DiscreteDomain<C> domain)
Returns a
ContiguousSet containing the same values in the given domain contained by the range. |
Copyright © 2010–2019. All rights reserved.