public class Collection4Iterator extends Iterator4Impl
| Constructor and Description |
|---|
Collection4Iterator(Collection4 collection,
List4 first) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
current() |
boolean |
moveNext() |
resetpublic Collection4Iterator(Collection4 collection, List4 first)
public boolean moveNext()
moveNext in interface Iterator4moveNext in class Iterator4Implpublic java.lang.Object current()
current in interface Iterator4current in class Iterator4Impl