Advertisement
Nickname
hcblue
Registered since:
October 25, 2003
Short bio:
 
Home page:
 
Total posts:
2

Forum posts by R. Pasay:

1 page [ 1 ]
Posted in Java Answers Forum, Oct 25, 2003, 2:06 PM
Got the problem resolved.It was a glitch in the LinkList.~R~
Posted in Java Answers Forum, Oct 25, 2003, 11:30 AM
Hi-Umm... I'm having trouble with the piece of code below. I've been trying for hours and still couldn't get it to run properly.Iterator iter = this.iterator(); while (iter.hasNext()) { Node currentNode = (Node) iter.next(); City currentCity = (City) (currentNode.getValue()); } currentNode.getClass() returns class Node as expected.getValue()...
1 page [ 1 ]
Advertisement