239240241242243244245
@Override protected CloseableIteration<? extends Namespace, SailException> getNamespacesInternal() throws SailException { Collection<? extends Namespace> ns = namespaces.getNamespacesWithPrefix(); return new NamespaceIteration(ns.iterator()); }