Search:

Type: Posts; User: gspease839

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    1,160

    Re: boolean linkedlist help

    the class we are extending from is indeed long for some odd reason. thats called from two classes im developing. i understand what you are talking about how its hard for you to go on what i have....
  2. Replies
    5
    Views
    1,160

    Re: boolean linkedlist help

    to make it short my list contains 1,2,3,4,5 nodes. this method is being called in main as contains(list.3); is 3 is in the list which it is then it will print out true. if 3 is not the it will print...
  3. Replies
    5
    Views
    1,160

    boolean linkedlist help

    i have a boolean method i must right. imputing the number and if number doesnt exist return false otherwise return true. this is what i have so far.

    public boolean contains(T x)

    {

    ...
Results 1 to 3 of 3