Basket<?> b5 = new Basket<Apple>(); b5.setElement(new Apple()); Apple apple = (Apple) b5.getElement();