Package org.qubership.atp.dataset
Class SampleClassForBenchmark
java.lang.Object
org.qubership.atp.dataset.SampleClassForBenchmark
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]does the same astestSimplestMethod()using streams, lambdas and functions.Object[]does the same astestSimplestMethod()using 'for' cycle on array list.Object[]
-
Constructor Details
-
SampleClassForBenchmark
public SampleClassForBenchmark()
-
-
Method Details
-
testSimplestMethod
-
testLambdaMethod
does the same astestSimplestMethod()using streams, lambdas and functions. -
testMethod
does the same astestSimplestMethod()using 'for' cycle on array list.
-