Skip to content

Commit 37a1fe3

Browse files
author
Pedro David Rodríguez Sánchez
committed
Deleted RandomIterator because it don't have much sense and example because is unnecessary.
1 parent ec56944 commit 37a1fe3

3 files changed

Lines changed: 2 additions & 24 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package oop.Iterator
22

33
interface Iterable<T> {
4-
fun getIterator(type: TypeIterator): Iterator<T>
4+
fun getNormalIterator(): Iterator<T>
5+
fun getBackwardsIterator(): Iterator<T>
56
}
67

src/main/kotlin/oop/Iterator/MusicList.kt

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/main/kotlin/oop/Iterator/RandomIterator.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)