I have a problem that I need help with. I have a HashSet
that contains char[]
. The problem is that I can't check if a value exists using the method contains()
, it return false even if the value exists in the HashSet
.
How can I resolve this problem ?