import java.util.List; class HandshakeCalculator { List<Signal> calculateHandshake(int number) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }