Class RangeBasedSamples<V>
java.lang.Object
io.higson.runtime.mp.simulation.samples.RangeBasedSamples<V>
Created by Artur Osiak on 14.10.2019
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.higson.runtime.mp.simulation.samples.Samples
Samples.ListBasedSamples<V> -
Constructor Summary
ConstructorsConstructorDescriptionRangeBasedSamples(Class<V> type, V min, V max, BigDecimal step) RangeBasedSamples(Class<V> type, V min, V max, BigDecimal step, String stepType) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator