super(); this.uris = new HashSet<URI>();
Adds a new URI to the list of redirects. this.uris.add(uri);
this.uris.add(uri);
Returns true if this collection contains the given URI. return this.uris.contains(uri);
return this.uris.contains(uri);
Removes a URI from the list of redirects. return this.uris.remove(uri);
return this.uris.remove(uri);