Search a java.util.List starting at a specific index
问题 Is there a built-in method to search a java.util.List specifying the first item to start the search from? Like you can do with Strings I know I can easily implement something on my own, but I'd rather not reinvent the wheel if Java or http://commons.apache.org/collections/api-release/org/apache/commons/collections/package-summary.html already has it. I'm not asking how to implement this, I'm asking whether something is already available A lot of the suggestions here were buggy. If anybody