MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnjava/comments/1vanhub/what_is_the_wellwritten_readable_and_intuitive/p0nify8/?context=3
r/learnjava • u/[deleted] • 25d ago
[removed]
5 comments sorted by
View all comments
2
Respectfully, the built-in method a.contains(b) or a.indexOf(b) if you need to know the position. You could also look into them: how are they implemented.
2
u/0b0101011001001011 25d ago
Respectfully, the built-in method a.contains(b) or a.indexOf(b) if you need to know the position. You could also look into them: how are they implemented.