in javacatch (IndexOutOfBoundsException e){}won't catch it
9/24/2006 4:46:51 PM
9/24/2006 4:51:43 PM
I guess because it's a linked list, not an array. No idea though, sry
9/24/2006 4:56:38 PM
if (linkedlist.nextnode == null) return false
9/24/2006 5:20:50 PM