Advertisement
Ivan_Bochev

GetPrice

Dec 18th, 2019 (edited)
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package h;
  2. import java.util.*;
  3. public interface GetPrice {
  4. public GetPrice getMaxPrice(ArrayList<GetPrice> list);
  5. public void print();
  6. public double getPrice();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement