Uses of Class
com.google.common.collect.DiscreteDomain
Packages that use DiscreteDomain
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of DiscreteDomain in com.google.common.collect
Methods in com.google.common.collect that return DiscreteDomainModifier 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.Methods in com.google.common.collect with parameters of type DiscreteDomainModifier and TypeMethodDescriptionImmutableRangeSet.asSet(DiscreteDomain<C> domain) Returns anImmutableSortedSetcontaining 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 aContiguousSetcontaining the same values in the given domain contained by the range.