public abstract class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DATE_RANGE
Default date range in which dates will be generated: [now - 10 years, now + 10 years].
|
static long |
DEFAULT_SEED
Default seed value.
|
static Date |
IN_TEN_YEARS
The date of ten years in the future.
|
static byte |
MAX_COLLECTION_SIZE
Maximum collection size
|
static Date |
TEN_YEARS_AGO
The date of ten years ago form now.
|
public static final long DEFAULT_SEED
public static final byte MAX_COLLECTION_SIZE
public static final int DEFAULT_DATE_RANGE
public static final Date TEN_YEARS_AGO
public static final Date IN_TEN_YEARS
Copyright © 2016. All Rights Reserved.