Class VisitorMap<N extends Node,​V>

  • All Implemented Interfaces:
    Map<N,​V>

    public class VisitorMap<N extends Node,​V>
    extends Object
    implements Map<N,​V>
    A map that overrides the equals and hashcode calculation of the added nodes by using another equals and hashcode visitor for those methods.