java.lang.String JavaDoc says nothing about the default indexOf(String) substring search algorithm. So my question is – which substring algorithms is used by different JREs?
java.lang.String JavaDoc says nothing about the default indexOf(String) substring search algorithm. So my question
Share
Here is what found for now:
Oracle JDK 1.6/1.7, OpenJDK 6/7
IBM JDK 5.0
Sabre SDK
Feel free to update this post.