Package org.szegedi.collection

Class Summary
IdentityHashMap Modified version of HashMap from JDK 1.3 that uses System#identityHashCode(Object) for hashing, and reference comparison instead of Object.equals(Object).