Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -49,12 +49,12 @@ import java.util.*;
|
||||
* @author Tom Tromey <tromey@redhat.com>
|
||||
* @since 1.5
|
||||
*/
|
||||
public interface Iterable
|
||||
public interface Iterable<E>
|
||||
{
|
||||
/**
|
||||
* Returns an iterator for the collection.
|
||||
*
|
||||
* @return an iterator.
|
||||
*/
|
||||
Iterator iterator ();
|
||||
Iterator<E> iterator ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user