标签:for循环特殊写法
再看ThreadPoolExecutor源码中看到如图所示代码:
这是为了在内层的多级for循环中能有效控制循环打断和终止的特殊写法。
可以参考:http://biancheng.dnbcw.info/java/99880.html
本文出自 “菜鸟学习” 博客,请务必保留此出处http://biyusheng.blog.51cto.com/2626140/1754373
标签:for循环特殊写法
原文地址:http://biyusheng.blog.51cto.com/2626140/1754373