(svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead.

This commit is contained in:
frosch
2010-02-28 20:25:03 +00:00
parent ac1a08ef4a
commit 333249ce50
8 changed files with 222 additions and 142 deletions
+1 -1
View File
@@ -571,7 +571,7 @@
IsEmpty(): true
0 => 5 (true)
ERROR: Next() is invalid as Begin() is never called
ERROR: HasNext() is invalid as Begin() is never called
ERROR: IsEnd() is invalid as Begin() is never called
0 => 5 (false)
0 => 5 (true)
2 => 6 (true)