Class SimpleMemoryNamespaceStore
java.lang.Object
org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
- All Implemented Interfaces:
Iterable<SimpleNamespace>
,NamespaceStoreInterface
@Experimental
public class SimpleMemoryNamespaceStore
extends Object
implements NamespaceStoreInterface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getNamespace
(String prefix) void
init()
iterator()
void
removeNamespace
(String prefix) void
setNamespace
(String prefix, String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SimpleMemoryNamespaceStore
public SimpleMemoryNamespaceStore()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespace
in interfaceNamespaceStoreInterface
-
setNamespace
- Specified by:
setNamespace
in interfaceNamespaceStoreInterface
-
removeNamespace
- Specified by:
removeNamespace
in interfaceNamespaceStoreInterface
-
iterator
- Specified by:
iterator
in interfaceIterable<SimpleNamespace>
-
clear
public void clear()- Specified by:
clear
in interfaceNamespaceStoreInterface
-
init
public void init()- Specified by:
init
in interfaceNamespaceStoreInterface
-