| Package | Description |
|---|---|
| org.apache.jena.mem |
Various memory-based implementations of interfaces,
specifically GraphMem for memory-based Graphs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeToTriplesMapMem.NotifyMe |
| Modifier and Type | Field and Description |
|---|---|
static HashCommon.NotifyEmpty |
HashCommon.NotifyEmpty.ignore
A NotifyEmpty instance that ignores the notification.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedIterator<Triple> |
HashedTripleBunch.iterator(HashCommon.NotifyEmpty container) |
ExtendedIterator<Triple> |
TripleBunch.iterator(HashCommon.NotifyEmpty container)
Answer an iterator over all the triples in this bunch.
|
ExtendedIterator<Triple> |
SetBunch.iterator(HashCommon.NotifyEmpty container) |
ExtendedIterator<Triple> |
ArrayBunch.iterator(HashCommon.NotifyEmpty container) |
abstract Iterator<Triple> |
NodeToTriplesMapBase.iterator(Object o,
HashCommon.NotifyEmpty container) |
ExtendedIterator<Triple> |
NodeToTriplesMap.iterator(Object o,
HashCommon.NotifyEmpty container) |
Iterator<Triple> |
NodeToTriplesMapMem.iterator(Object o,
HashCommon.NotifyEmpty container)
Answer an iterator over all the triples in this NTM which have index node
o. |
ExtendedIterator<Key> |
HashCommon.keyIterator(HashCommon.NotifyEmpty container) |
Licenced under the Apache License, Version 2.0