public class NamespaceManagerList extends ArrayList<NamespaceManager> implements NamespaceManager
modCount| Constructor and Description |
|---|
NamespaceManagerList() |
NamespaceManagerList(Collection<NamespaceManager> arg0) |
NamespaceManagerList(int arg0) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceManager |
add(org.openrdf.model.Namespace ns) |
NamespaceManager |
add(String prefix,
String namespace) |
org.openrdf.model.Namespace |
findByName(String name) |
org.openrdf.model.Namespace |
findByPrefix(String prefix) |
Collection<org.openrdf.model.Namespace> |
listNamespaces() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic NamespaceManagerList()
public NamespaceManagerList(int arg0)
public NamespaceManagerList(Collection<NamespaceManager> arg0)
public org.openrdf.model.Namespace findByPrefix(String prefix)
findByPrefix in interface NamespaceManagerpublic org.openrdf.model.Namespace findByName(String name)
findByName in interface NamespaceManagerpublic NamespaceManager add(org.openrdf.model.Namespace ns)
add in interface NamespaceManagerpublic NamespaceManager add(String prefix, String namespace)
add in interface NamespaceManagerpublic Collection<org.openrdf.model.Namespace> listNamespaces()
listNamespaces in interface NamespaceManagerCopyright © 2019. All rights reserved.