Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceForLoopWithWhileLoopIntention
/
description.html
blob: 6fa0b5829985b0941720192258f48eed8f078bd5 [
file
] [
log
] [
blame
]
<html>
<body>
This intention replaces an indexed
<b>
for
</b>
loop with
an equivalent
<b>
while
</b>
loop construct.
</body>
</html>