| Common code for all hash-based classes.
All hashing in fastutil is performed starting from a 32-bit integer
associated to a key or value. For all integer types smaller than long , we
just cast. In all other cases, we do some conversion using static code in this
class. Note that we follow the conventions established by the various classes
associated to primitive types (
Boolean ,
Double , etc.).
|