Class VisitorMap<N extends Node,​V>

java.lang.Object
com.github.javaparser.utils.VisitorMap<N,​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.