java反编译源代码处理技巧(3)-do while
大恐龙 发表于 2007年11月20日 21:13
| do { if(!e.hasMoreElements()) break label0; key = (String)e.nextElement(); } while(!m_tblCache.containsKey(key)); throw new IllegalStringException(key); |
for(Enumeration e = tblTest.keys(); e.hasMoreElements();) { String key = (String)e.nextElement(); if(m_tblCache.containsKey(key)) throw new IllegalStringException(key); } |
发表评论

原创作品,转载请













![[Valid RSS]](http://www.w3cool.com//images/valid-rss.png)
![Validate my Atom 1.0 feed [Valid Atom 1.0]](http://www.w3cool.com//images/valid-atom.png)





