use LinkedList to handle children and lines

LinkedList has a lower memory turn-around since only single nodes have
to be garbage collected instead of arrays of Object. This leads to less
heavy garbage collection overall.

Signed-off-by: Florian Thienel <florian@thienel.org>
1 file changed