Guest User

Untitled

a guest
Jun 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <%
  2. ArrayList statisticsList = something.getStatistics();
  3. Iterator itr1 = statisticsList.iterator();
  4.  
  5. while (itr1.hasNext())
  6. {
  7. dvo3_a = (VerificationVO) itr1.next();
  8. dvo3_b = (VerificationVO) itr1.next();
  9. dvo3_c = (VerificationVO) itr1.next();
  10. ....
  11. ....
  12. }
  13. %>
Add Comment
Please, Sign In to add comment