DiscreteDomain. This class is scheduled for deletion in release
15.0.@GwtCompatible @Deprecated public final class DiscreteDomains extends Object
DiscreteDomain instances.
See the Guava User Guide section on
DiscreteDomain.
| Modifier and Type | Method and Description |
|---|---|
static DiscreteDomain<Integer> |
integers()
Deprecated.
Returns the discrete domain for values of type
Integer. |
static DiscreteDomain<Long> |
longs()
Deprecated.
Returns the discrete domain for values of type
Long. |
public static DiscreteDomain<Integer> integers()
Integer.public static DiscreteDomain<Long> longs()
Long.Copyright © 2010-2013. All Rights Reserved.