Eclipse Platform
Release 3.3

org.eclipse.core.expressions
Interface IIterable


public interface IIterable

Objects that are adaptable to IIterable can be used as the default variable in an iterate expression.

Since:
3.3
See Also:
IAdaptable, IAdapterManager

Method Summary
 Iterator iterator()
          Returns an iterator to iterate over the elements.
 

Method Detail

iterator

public Iterator iterator()
Returns an iterator to iterate over the elements.

Returns:
an iterator

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.