The GLSLinkedList class in its first iteration is finished! It's not complete yet, though. I still need to work with the enumeration classes to get them to function more like NSEnumerator so it's easier to implement the list in Cocoa. But that will come a little ways down the road. I wanted to get the thing working first!
Feel free to peruse the code. You can view all of the code written so far on the
Trac site for GLSCollections. Questions and comments are welcome!