iterator for tree with children stored in linked list

I have to write an iterator for a multi-node tree, with children stored using java.util.LinkedList. Can anyone help me with this?
[136 byte] By [dazzlea] at [2007-11-26 23:39:21]
# 1
> I have to write an iterator for a multi-node tree,A lot of tree like structures have more than one node. Could you be more specific?> ... Can anyone help me with this?Sure. Do you have a specific question about it?
prometheuzza at 2007-7-11 15:04:46 > top of Java-index,Core,Core APIs...