package com.ycl.calculate; import java.util.List; public interface CalculationStrategy { void calculate(List list); }