public class Main { public static void main(String[] args) { CrazyDataStructure a = new ListLike(); CrazyDataStructure b = new ArrayListLike(); } }