fix: the return value declarations were missing in some method declarations in the...
[IRC.git] / Robust / src / ClassLibrary / LinkedList.java
2012-05-02 yeomfix: the return value declarations were missing in...
2011-04-27 bdemskyswitch to spaces only..
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-03-29 stepheyChanged LinkedList to return a boolean instead of crash...
2009-05-04 adash do a make tabbing
2009-04-10 bdemskychange our vector remove method to be like java
2009-02-26 jjenistaextensions to library classes
2009-02-25 jjenistaAdd remove operation to LinkedListIterator and fix...
2009-02-25 jjenistaQuick-and-dirty LinkedList implementation with Iterator...