Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: HashMap

    by Norm
    Replies
    9
    Views
    1,132

    Re: HashMap

    That makes it look like you are trying to create a hash map.
    The HashMap class takes care of doing the hashing. The user provides a key|value pair with the put and can get access to the value by...
  2. Thread: HashMap

    by Norm
    Replies
    9
    Views
    1,132

    Re: HashMap

    "drew" is not a valid String of numeric digits for the parse method. "12324" is a valid String

    What are the key values you want to use to access the HashMap to retrieve the Node as the value.
  3. Thread: HashMap

    by Norm
    Replies
    9
    Views
    1,132

    Re: HashMap

    Start by reading the API doc for the class. If you have any questions about what it says there, copy the text that is the problem and paste it here with your questions.
  4. Thread: HashMap

    by Norm
    Replies
    9
    Views
    1,132

    Re: HashMap

    Are you trying to write your own version of a HashMap class
    or use the version in Java SE?
Results 1 to 4 of 4