I have a TreeMap. I conduct orders by price using a comparator. shop.addProduct(new Phone(“Samsung”,799),shop.countProduct); shop.addProduct(new Food(“Milk”,4),s I have a TreeMap<Product, Integer>.I conduct orders by price using a comparator. shop.addProduct(new Phone(“Samsung”,799),shop.countProduct); shop.addProduct(new...