example.fruit
Class Tree<T extends Fruit>
java.lang.Object
example.fruit.Tree<T>
- All Implemented Interfaces:
- Iterable<T>
public class Tree<T extends Fruit>
- extends Object
- implements Iterable<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tree
public Tree(Iterable<? extends T> fruit)
iterator
public Iterator<T> iterator()
- Specified by:
iterator in interface Iterable<T extends Fruit>
Copyright © 2010. All Rights Reserved.