Subject:Ignoring first element using for-each Author:amhi craig Date:04 Dec 2007 02:33 PM
I want to traverse all but the first element in a set of elsement using for-each.
How do i skip the first element.
example code below...i want to print all mapping except the first one.It does not depend on the string value.Just that the first mapping element has to be ignored.