Re: linked list object

2000-04-05 Thread Nathan Meyers
"Billy V. Kantartzis" wrote: > > On Wed, 5 Apr 2000, Billy V. Kantartzis wrote: > > > i am trying to use the ready type of linked list and i found that there is > > a bug in the add.(index, object) method. > > i am trying to read the index after each addition is performed and the > > value i ge

Re: linked list object

2000-04-05 Thread Billy V. Kantartzis
On Wed, 5 Apr 2000, Billy V. Kantartzis wrote: > i am trying to use the ready type of linked list and i found that there is > a bug in the add.(index, object) method. > i am trying to read the index after each addition is performed and the > value i get is always 0. > when i am trying to ext