Package org.eclipse.core.expressions
Interface IIterable<T>
-
- Type Parameters:
T
- the type of elements from this iterator
public interface IIterable<T>
Objects that are adaptable toIIterable
can be used as the default variable in an iterate expression.- Since:
- 3.3
- See Also:
IAdaptable
,IAdapterManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<T>
iterator()
Returns an iterator to iterate over the elements.
-