Class PrefixMapOverStorage
java.lang.Object
org.apache.jena.riot.system.PrefixMapBase
org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- All Implemented Interfaces:
PrefixMap
PrefixMap implemented using StoragePrefixMap-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()booleancontainsPrefix(String prefix) voidvoidforEach(BiConsumer<String, String> action) booleanisEmpty()intsize()toString()Methods inherited from class org.apache.jena.riot.system.PrefixMapBase
abbrev, abbreviate, expand, expand, putAll, putAll, putAll, stream
-
Constructor Details
-
PrefixMapOverStorage
-
-
Method Details
-
getMapping
-
getMappingCopy
- Specified by:
getMappingCopyin interfacePrefixMap- Overrides:
getMappingCopyin classPrefixMapBase
-
add
-
delete
-
forEach
- Specified by:
forEachin interfacePrefixMap- Overrides:
forEachin classPrefixMapBase
-
clear
public void clear() -
isEmpty
public boolean isEmpty() -
size
public int size() -
get
-
containsPrefix
-
toString
- Overrides:
toStringin classPrefixMapBase
-