What\'s the quickest to compare two strings in Java?
Is there something faster than equals?
EDIT: I can not help much to clarify the problem.
I have
It depends what you need. I think equals() is really optimized but perhaps you need something else faster than equals(). Take a look at this post.