Class VisitorSet<N extends Node>

  • All Implemented Interfaces:
    Iterable<N>, Collection<N>, Set<N>

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