Quick-and-dirty LinkedList implementation with Iterators that other container-ish...
authorjjenista <jjenista>
Wed, 25 Feb 2009 00:06:08 +0000 (00:06 +0000)
committerjjenista <jjenista>
Wed, 25 Feb 2009 00:06:08 +0000 (00:06 +0000)
commit0df0340cbc0fd03a8d291f1c7b47078ecbf4d99b
treecc313747ef538b7f21b58fed0dad4de82b187433
parent7332356cd10f4877b3696acaff4e11da7f969651
Quick-and-dirty LinkedList implementation with Iterators that other container-ish classes can make their own iterators from
Robust/src/ClassLibrary/Iterator.java [new file with mode: 0644]
Robust/src/ClassLibrary/LinkedList.java [new file with mode: 0644]
Robust/src/Tests/LinkedListTest.java [new file with mode: 0644]