Basket<Fruit> basket = new Basket<Fruit>();
basket.setElement(new Apple());
Apple apple = basket.getElement();
