public final class AsyncRangeDefinedDateFormattingSupplier extends AsyncRangeDefinedSupplierBase<java.util.Date>
rndRANGE_BRACKETS, RANGE_DELIMITER, SEED_BRACKETS| Constructor and Description |
|---|
AsyncRangeDefinedDateFormattingSupplier(com.github.akurilov.coroutines.CoroutinesProcessor coroutinesProcessor,
long seed,
java.util.Date minValue,
java.util.Date maxValue,
java.lang.String formatString) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Date |
computeRange(java.util.Date minValue,
java.util.Date maxValue) |
boolean |
isInitialized() |
protected java.util.Date |
rangeValue() |
protected java.util.Date |
singleValue() |
protected java.lang.String |
toString(java.util.Date value)
An implementation of this method should specify
how to get a String presentation of a clean input-produced value
|
public AsyncRangeDefinedDateFormattingSupplier(com.github.akurilov.coroutines.CoroutinesProcessor coroutinesProcessor,
long seed,
java.util.Date minValue,
java.util.Date maxValue,
java.lang.String formatString)
throws OmgDoesNotPerformException
OmgDoesNotPerformExceptionprotected final java.util.Date computeRange(java.util.Date minValue,
java.util.Date maxValue)
computeRange in class AsyncRangeDefinedSupplierBase<java.util.Date>protected final java.util.Date rangeValue()
rangeValue in class AsyncRangeDefinedSupplierBase<java.util.Date>protected final java.util.Date singleValue()
singleValue in class AsyncRangeDefinedSupplierBase<java.util.Date>protected final java.lang.String toString(java.util.Date value)
AsyncRangeDefinedSupplierBasetoString in class AsyncRangeDefinedSupplierBase<java.util.Date>value - - a clean input-produced valuepublic final boolean isInitialized()
isInitialized in interface com.github.akurilov.commons.concurrent.InitializableisInitialized in class AsyncRangeDefinedSupplierBase<java.util.Date>