Uses of Interface
java.lang.Iterable
-
Packages that use Iterable Package Description java.util -
-
Uses of Iterable in java.util
Subinterfaces of Iterable in java.util Modifier and Type Interface Description interface
Collection<E>
Collection
is the root of the collection hierarchy.interface
List<E>
AList
is a collection which maintains an ordering for its elements.interface
Queue<E>
A collection designed for holding elements prior to processing.Classes in java.util that implement Iterable Modifier and Type Class Description class
ArrayList<E>
-