Skip to content

Commit c93b868

Browse files
committed
Iterator(The madman implementation)
1 parent 808a997 commit c93b868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

group18/935542673/Coding/src/com/ikook/basic_data_structure/MyIterator.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package com.ikook.basic_data_structure;
22

3+
/**
4+
* @author ikook QQ号码: 935542673
5+
*/
36
public interface MyIterator {
47

58
public boolean hasNext(); // 判断是否有元素没有被遍历

0 commit comments

Comments
 (0)