| Package | Description |
|---|---|
| org.apache.jena.mem |
Various memory-based implementations of interfaces,
specifically GraphMem for memory-based Graphs.
|
| Class and Description |
|---|
| BunchMap
A pruned (and slightly stewed) version of Map, containing just those operations
required by NodeToTriplesMaps.
|
| GraphMemBase
GraphMemBase - a common base class for GraphMem and SmallGraphMem.
|
| GraphTripleStoreBase |
| HashCommon
Shared stuff for our hashing implementations: does the base work for
hashing and growth sizes.
|
| HashCommon.NotifyEmpty
A hashed structure may become empty as a side-effect of a .remove on one
of its iterators: a container can request notification of this by passing
a
NotifyEmpty object in when the iterator is constructed,
and its emptied method is called when the bunch
becomes empty. |
| NodeToTriplesMapBase
A base class for in-memory graphs
|
| NodeToTriplesMapMem |
| TrackingTripleIterator
A WrappedIterator which remembers the last object next'ed in a
protected instance variable, so that subclasses have access to it
during .remove.
|
| TripleBunch
A bunch of triples - a stripped-down set with specialized methods.
|
Licenced under the Apache License, Version 2.0