public interface CharHashFunction
hashCode()
method. The interface is provided to alter the hash functions used
by hashing data structures, like
CharKeyIntChainedHashMap
or
CharChainedHashSet
.DefaultCharHashFunction
Modifier and Type | Method and Description |
---|---|
int |
hash(char v)
Returns a hash code for a specified char value.
|
Copyright © 2011–2021. All rights reserved.