Feb 18, 2005 #1 proteome Technical User May 14, 2003 115 US How could I make the LinkedList given within the SDk into a CircularLinkedList I need to setTail.getNext = head.getPrevious
How could I make the LinkedList given within the SDk into a CircularLinkedList I need to setTail.getNext = head.getPrevious
Feb 18, 2005 #2 sedj Programmer Aug 6, 2002 5,610 CircularLinkedList is not a class provided with the SDK ... do you mean this class :http://www.jivesoftware.com/builds/...com/jivesoftware/util/CircularLinkedList.html ? Perhaps you could provide a little more information ?! -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
CircularLinkedList is not a class provided with the SDK ... do you mean this class :http://www.jivesoftware.com/builds/...com/jivesoftware/util/CircularLinkedList.html ? Perhaps you could provide a little more information ?! -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk
Feb 20, 2005 Thread starter #3 proteome Technical User May 14, 2003 115 US I need to figure a way to create a circularlinkedlist, I know that the sdk does not contain one but do you know where I may find one free. Upvote 0 Downvote
I need to figure a way to create a circularlinkedlist, I know that the sdk does not contain one but do you know where I may find one free.