Add remove operation to LinkedListIterator and fix bug with LinkedList.removeFirst...
authorjjenista <jjenista>
Wed, 25 Feb 2009 20:04:55 +0000 (20:04 +0000)
committerjjenista <jjenista>
Wed, 25 Feb 2009 20:04:55 +0000 (20:04 +0000)
commit1c2b7cd0dc267bc9e6c8f21d52a4d70176604d0a
tree55a212fe335f2ce278ff6b4cef55b8e249ba99a7
parent54fb8962f0c68c7a44afb649706dea5c0bcfa11e
Add remove operation to LinkedListIterator and fix bug with LinkedList.removeFirst() and removeLast()
Robust/src/ClassLibrary/Iterator.java
Robust/src/ClassLibrary/LinkedList.java
Robust/src/Tests/LinkedListTest.java