Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ListIndexOfReplaceableByContains.html
blob: 7b9ade97162d613665eb9b28bf41eb6a19c59a47 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any
<b>
List.indexOf()
</b>
expressions which can be replaced with the method
<b>
List.contains()
</b>
.
<!-- tooltip end -->
<p>
<small>
Powered by InspectionGadgets
</small>
</body>
</html>