All kinds of iteration

 

HashMap custResult = new HashMap();  

Iterator iter = custResult.values().iterator();
while (iter.hasNext()) {
  custItem = (CSRCustSearchResult) iter.next();

相关帖子:
  • No Related Posts
  • micas Jun 13th 2005 10:07 pm Enabling-tech No Comments yet Trackback URI Comments RSS

    Leave a Reply

    You must be logged in to post a comment.