T - the type of elements from this iteratorpublic interface IIterable<T>
IIterable can be used
as the default variable in an iterate expression.IAdaptable,
IAdapterManager| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator()
Returns an iterator to iterate over the elements.
|
java.util.Iterator<T> iterator()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.