I am relatively new to GWT.
I have input as a string and i want to convert it into object structure. I was wondering how it can be done in GWT.
Example String - (node1(node2(node3) (node4)) (node5))
"node1" has 2 children "node2" and "node5"
"node2" has 2 children "node3" and "node4"
More like converting a string into binary tree object.
Thanks,
Nikhil
-- Nikhil
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/thVuBBnRbvIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment