com.github.andrewoma.dexx.collection
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, AbstractLinkedList, AbstractList, AbstractMap, AbstractSet, AbstractSortedMap, AbstractSortedSet, ArrayList, ConsList, DerivedKeyHashMap, HashMap, HashSet, ListMap, TreeMap, TreeSet, Vector

public interface Iterable<E>
extends Traversable<E>, Iterable<E>

Iterable defines collections that can be accessed via an Iterator.


Method Summary
 Iterator<E> iterator()
           
 
Methods inherited from interface com.github.andrewoma.dexx.collection.Traversable
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet
 

Method Detail

iterator

@NotNull
Iterator<E> iterator()
Specified by:
iterator in interface Iterable<E>


Copyright © 2014. All Rights Reserved.