Uses of Class
com.google.common.collect.DiscreteDomain
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of DiscreteDomain in com.google.common.collect
Modifier and TypeMethodDescriptionstatic DiscreteDomain
<BigInteger> DiscreteDomain.bigIntegers()
Returns the discrete domain for values of typeBigInteger
.static DiscreteDomain
<Integer> DiscreteDomain.integers()
Returns the discrete domain for values of typeInteger
.static DiscreteDomain
<Long> DiscreteDomain.longs()
Returns the discrete domain for values of typeLong
.Modifier and TypeMethodDescriptionImmutableRangeSet.asSet
(DiscreteDomain<C> domain) Returns anImmutableSortedSet
containing the same values in the given domain contained by this range set.Range.canonical
(DiscreteDomain<C> domain) Returns the canonical form of this range in the given domain.static <C extends Comparable>
ContiguousSet<C> ContiguousSet.create
(Range<C> range, DiscreteDomain<C> domain) Returns aContiguousSet
containing the same values in the given domain contained by the range.