Commit 138c899a authored by Adam Blank's avatar Adam Blank
Browse files

Update ICollection.java

parent 181177c5
Pipeline #4702 canceled with stage
Showing with 1 addition and 0 deletions
+1 -0
...@@ -23,6 +23,7 @@ public interface ICollection<E> extends Iterable<E> { ...@@ -23,6 +23,7 @@ public interface ICollection<E> extends Iterable<E> {
* Generates an iterator over the collection. * Generates an iterator over the collection.
* @return Iterator over the collection * @return Iterator over the collection
*/ */
@Override
public Iterator<E> iterator(); public Iterator<E> iterator();
/** /**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment