Class Overview
This class represents a collection of URIs used as redirect locations.
Summary
Public Methods |
void
|
add(URI uri)
Adds a new URI to the collection.
|
boolean
|
contains(URI uri)
Test if the URI is present in the collection.
|
List<URI>
|
getAll()
Returns all redirect URI s in the order they were added to the collection.
|
boolean
|
remove(URI uri)
Removes a URI from the collection.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
RedirectLocations
()
Public Methods
public
void
add
(URI uri)
Adds a new URI to the collection.
public
boolean
contains
(URI uri)
Test if the URI is present in the collection.
public
List<URI>
getAll
()
Returns all redirect URI
s in the order they were added to the collection.
public
boolean
remove
(URI uri)
Removes a URI from the collection.