[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HashMap Troubles



Hey.  I'm not in a position to test this, but try the following:
 
System.out.println(map.get("name").toString());
 
the get() method returns an Object, not a String.  I've had a similar problem recently with Vectors and ArrayLists.