Module org.apache.jena.core
Package org.apache.jena.memvalue
package org.apache.jena.memvalue
Various memory-based implementations of interfaces,
specifically GraphMem for memory-based Graphs.
-
ClassDescriptionDeprecated.HashCommon<Key>Shared stuff for our hashing implementations: does the base work for hashing and growth sizes.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
NotifyEmptyobject in when the iterator is constructed, and itsemptiedmethod is called when the bunch becomes empty.A spliterator for sparse arrays.A spliterator for sparse arrays.A WrappedIterator which remembers the last object next'ed in a protected instance variable, so that subclasses have access to it during .remove.
GraphMemFactory.createDefaultGraph()for a general purpose graph orGraphMemFactory.createDefaultGraphSameValue()if necessary implementation.