Class UrlSet

java.lang.Object
org.apache.webbeans.util.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.