|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.common.collect.DiscreteDomains
@GwtCompatible @Beta public final class DiscreteDomains
Factories for common DiscreteDomain
instances.
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DiscreteDomain<Integer> integers()
Integer
.
public static DiscreteDomain<Long> longs()
Long
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |