All Classes and Interfaces
Class
Description
Hasher is intended to work like Comparable: it is an optional argument to a
 hashing data structure (such as some implementations of HashSet, HashMap, or
 WeakHashMap) which specifies the hashCode() and equals() methods.This is a modified version of 
WeakHashMap from JDK 1.2.2, that adds a
 constructor that takes a Hasher argument.This class combines the features of 
WeakHashMap and IdentityHashMap.