Class SampleClassForBenchmark

java.lang.Object
org.qubership.atp.dataset.SampleClassForBenchmark

public final class SampleClassForBenchmark extends Object
  • Constructor Details

    • SampleClassForBenchmark

      public SampleClassForBenchmark()
  • Method Details

    • testSimplestMethod

      public Object[] testSimplestMethod()
    • testLambdaMethod

      public Object[] testLambdaMethod()
      does the same as testSimplestMethod() using streams, lambdas and functions.
    • testMethod

      public Object[] testMethod()
      does the same as testSimplestMethod() using 'for' cycle on array list.