135136137138139140141142143144145
DL.setTotalNoOfRecords(DL.size()); } } Set listkey = DL.keySet(); Iterator it = listkey.iterator(); while( it.hasNext() ) { String str = ( String )it.next();