LinkList<Dog> list = new LinkList<Dog>();
list.addLast(new Dog("Rocky", 16));
list.addLast(new Dog("Waggie", 6));
list.remove(0);
list.get(0).bark();
Subscribe to:
Post Comments (Atom)
portfolio, showcase, experiments & tech repository
No comments:
Post a Comment