Class NoOpConverter<T>
- java.lang.Object
-
- org.apache.commons.rng.simple.internal.NoOpConverter<T>
-
- Type Parameters:
T- Seed type.
- All Implemented Interfaces:
SeedConverter<T,T>
public class NoOpConverter<T> extends Object implements SeedConverter<T,T>
Dummy converter that simply passes on its input. It can be useful to avoid "unchecked" compiler warnings.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description NoOpConverter()Create an instance.
-
-
-
Constructor Detail
-
NoOpConverter
public NoOpConverter()
Create an instance.
-
-