I'm currently having some issues with my Hashtable in java, where FEightPuzzle is a class which I've created.
Inside my class I have a String which is storing the key for each ...
Hello all Im trying to construct hashtable that contains hashtables as values and hashCode of the hash tables as the keys The thing is that the hashCode() values are always negative numbers and they are not unique even so the values of the hashtable Different. how can it be ? Doesnt it suppose to be unique number? And not negative?