Search:

Type: Posts; User: waltershc

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,047

    Re: need help constructing get method

    yes, to see if it exists. if it doesn't, return null.
  2. Replies
    5
    Views
    1,047

    Re: need help constructing get method

    I need the get method to receive a string value, check if it exists in the tree, and return either the object/key that the string corresponds to or a null value if it does not exist. I know I need...
  3. Replies
    5
    Views
    1,047

    need help constructing get method

    This is one of three trees I am using to parse text and print out every unique word, the line numbers it appears on, and the number of times it appears. I have already used a hash and tree map and...
Results 1 to 3 of 3