Class UrlSet

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

    public class UrlSet
    extends Object
    implements Set<URL>
    A Set which only takes the externalForm as key instead the very expensive hashCode. This is a copy of the impl from openwebbeans-impl since this Arquillian adaptor also runs with older OWB versions which do not yet have this class.