public class EquiMapOld<K,V>
extends Object
A map that supports stating that keys are equal.
For each set of equal keys a set is kept, and each element in it points to the set.
Each equivalence set may only map to a single object.
The method "resolveConflict" can be implemented for conflict resolution.
If the conflict cannot be resolved, the equivalence is not inserted.
This implementation does not support removal.
WARNING DO NOT USE, THIS IMPLEMENTATION IS DANGEROUS