Search:

Type: Posts; User: uhertz

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,655

    Cannot get values from hashmap

    I put stuff in a hashmap but cannot retrieve it
    <code>
    Room values are still null

    <>code<>
    Here is main:
    import java.util.*;
    public class testx extends...
  2. Replies
    2
    Views
    1,244

    Retrived data is showing null string

    I am setting data as follows:
    currentRoom.setExits(null,theatre,pub.office)
    But getExit returns garbage values for last three
    routines re below:


    public Room getExit(String direction)
    {...
Results 1 to 2 of 2