Quick Fixes to create 'for' loops A set of new quick fixes can create
for loops that iterate over a given expression. For arrays:
- Create an enhanced
forloop - Create a
forloop using an index
Collections: - Create an enhanced
forloop - Create a
forloop using anIterator
Lists: - Create a
forloop using an index andget(i)
Read full article from Eclipse Project Luna - New and Noteworthy


No comments:
Post a Comment