@GwtCompatible @Beta public final class DiscreteDomains extends Object
DiscreteDomain
instances.Modifier and Type | Method and Description |
---|---|
static DiscreteDomain<Integer> |
integers()
Returns the discrete domain for values of type
Integer . |
static DiscreteDomain<Long> |
longs()
Returns the discrete domain for values of type
Long . |
public static DiscreteDomain<Integer> integers()
Integer
.public static DiscreteDomain<Long> longs()
Long
.Copyright © 2010-2012. All Rights Reserved.