Search:

Type: Posts; User: Rastabot

Search: Search took 0.11 seconds.

  1. Re: Need some help with Doubly Linked List toString

    Yeah heres the whole class-

    import java.util.*;


    public class InfiniteInt <E> extends DLList implements Comparable
    {

    DLList data = new DLList();
  2. ClassCastException in Double Linked List toString

    Hey , for my class I have to create an Infinite Integer class which holds can hold a really, really large integer using a doubly linked list. It holds 3 integers per node, so 5697343 would be held...
Results 1 to 2 of 2