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 toIIterablecan 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 java.util.Iterator<T>iterator()Returns an iterator to iterate over the elements.
-
-
-
Method Detail
-
iterator
java.util.Iterator<T> iterator()
Returns an iterator to iterate over the elements.- Returns:
- an iterator
-
-