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 interfaceCollection<E>Collectionis the root of the collection hierarchy.interfaceList<E>AListis a collection which maintains an ordering for its elements.interfaceQueue<E>A collection designed for holding elements prior to processing.Classes in java.util that implement Iterable Modifier and Type Class Description classArrayList<E>
-