Interface Iterable<E>

All Superinterfaces:
Iterable<E>, Traversable<E>
All Known Subinterfaces:
IndexedList<E>, LinkedList<E>, List<E>, Map<K,V>, Set<E>, SortedMap<K,V>, SortedSet<E>
All Known Implementing Classes:
AbstractIndexedList, AbstractIterable, AbstractLinkedList, AbstractList, AbstractMap, AbstractSet, AbstractSortedMap, AbstractSortedSet, ArrayList, Cons, ConsList, DerivedKeyHashMap, HashMap, HashSet, ListMap, ListMap.Node, MappedIterable, Nil, TreeMap, TreeSet, Vector

public interface Iterable<E> extends Traversable<E>, Iterable<E>
Iterable defines collections that can be accessed via an Iterator.