public abstract class AbstractRandomDataProvider<T> extends Object implements RandomDataProvider<T>
Abstract implementation of a random data provider.
| Constructor and Description |
|---|
AbstractRandomDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
DataProvider<T> |
fixate()
Disbands any (obvious) configuration options.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget@Nonnull public final DataProvider<T> fixate()
RandomDataProviderDisbands any (obvious) configuration options. Implementations might decide if the resulting object is immutable or not.
fixate in interface RandomDataProvider<T>Copyright © 2011-2013 CoreMedia AG. All Rights Reserved.