> Hi, Everyone

This is an interesting problem.

I add a list of nodes into a group.

eg.  suppose lst has n elements and then

for(Iterator iter = lst.iterator; iter.hasNext(); )
{
    group.addChild((Node)(iter.next()));
}

Then the two elements: o1 and o2 are different:

o1 = group.getChild(n-1);
o2 = lst.get(n-1);

Why???

Regards
yangyuexiang


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to