Uses of Class
org.apache.cassandra.utils.FastHash

Packages that use FastHash
org.apache.cassandra.utils   
 

Uses of FastHash in org.apache.cassandra.utils
 

Subclasses of FastHash in org.apache.cassandra.utils
 class FastHashMap<K,V>
          An implementation of the Map interface which uses an open addressed hash table to store its contents
 class FastLinkedHashMap<K,V>
           
 class FastObjectHash<T>
          An open addressed hashing implementation for Object types.
 



Copyright © 2009 The Apache Software Foundation