Search:

Type: Posts; User: b094mph

Search: Search took 0.17 seconds.

  1. Re: can't figure whats wrong with my add method?? help!

    I am basically trying to use my add method to add nodes together. ( similiar to a linked list) but i am not able to add my first node.. i get this error when i run the code. i am not very good at...
  2. Re: can't figure whats wrong with my add method?? help!

    and here is my Main: the line of code: list.add("bobby");

    is giving me an issue.



    public class LListTest {

    /**
    * @param args
  3. Re: can't figure whats wrong with my add method?? help!

    here is the interface "ListInterface" (no issues with this part of the code) I am giving it just in case you would like to run the program yourself.


    /** An interface for the ADT list.
    *...
  4. can't figure whats wrong with my add method?? help!

    I have a interface called "ListInterface", a class called "LList" and a main "LListTest"

    my an add method that is not running.


    public class LList<T> implements ListInterface<T> {

    private...
Results 1 to 4 of 4