Possible Duplicate:
Difference between >>> and >>
Could someone explain what the >>>
operator does in in Java.
I encountered it in this question, Hash method in HashMap. From its usage in the question it appears to be a shift operator - what's the difference between >>>
and >>
?