@NotThreadSafe public class URICollection extends Object implements Iterable<URI>
URI
s.Constructor and Description |
---|
URICollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(URI uri)
Adds a new URI to the collection.
|
void |
clear() |
boolean |
contains(URI uri)
Test if the URI is present in the collection.
|
List<URI> |
getAll() |
int |
getCount() |
Set<URI> |
getUnique() |
boolean |
isEmpty() |
Iterator<URI> |
iterator() |
boolean |
remove(URI uri)
Removes a URI from the collection.
|
public boolean contains(URI uri)
public void add(URI uri)
public boolean remove(URI uri)
public int getCount()
public boolean isEmpty()
public void clear()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.