Class VisitorList<N extends Node>

java.lang.Object
com.github.javaparser.utils.VisitorList<N>
All Implemented Interfaces:
Iterable<N>, Collection<N>, List<N>

public class VisitorList<N extends Node> extends Object implements List<N>
A list that overrides the equals and hashcode calculation of the added nodes by using another equals and hashcode visitor for those methods.