7172737475767778798081
PriceValue newPrice = priceFirst.freeze(); PriceValue newStep = priceStep.freeze(); result.add(new DefCuvolEntry(counter, newPrice.add(newStep.mult(counter)), size)); counter++; }