| Package | Description |
|---|---|
| org.apache.jena.dboe.storage | |
| org.apache.jena.dboe.storage.prefixes | |
| org.apache.jena.dboe.storage.simple |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PrefixEntry> |
StoragePrefixes.get(Node graphNode) |
default Iterator<org.apache.jena.atlas.lib.Pair<Node,PrefixEntry>> |
StoragePrefixes.listMappings()
All the mappings.
|
| Modifier and Type | Method and Description |
|---|---|
static PrefixEntry |
PrefixEntry.create(String prefix,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PrefixEntry> |
StoragePrefixesEmpty.get(Node graphNode) |
default Iterator<PrefixEntry> |
PrefixMapI.iterator()
Iterator over all prefix entries.
|
Iterator<PrefixEntry> |
StoragePrefixMap.iterator()
Iterator over all prefix entries.
|
Iterator<PrefixEntry> |
StoragePrefixesView.iterator() |
Iterator<PrefixEntry> |
PrefixMapStorageSimple.iterator() |
Iterator<org.apache.jena.atlas.lib.Pair<Node,PrefixEntry>> |
StoragePrefixesEmpty.listMappings() |
Stream<PrefixEntry> |
PrefixMapI.stream()
Stream of over all prefix entries.
|
Stream<PrefixEntry> |
PrefixMapBase.stream() |
Stream<PrefixEntry> |
StoragePrefixMap.stream()
Stream of over all prefix entries.
|
Stream<PrefixEntry> |
StoragePrefixesView.stream() |
Stream<PrefixEntry> |
PrefixMapStorageSimple.stream() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PrefixEntry> |
StoragePrefixesMem.get(Node graphNode) |
Licensed under the Apache License, Version 2.0