Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemLiteral
Packages that use MemLiteral
Package
Description
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of MemLiteral in org.eclipse.rdf4j.sail.memory.model
Subclasses of MemLiteral in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclass
An extension of MemLiteral that stores a boolean value to avoid parsing.class
An extension of MemLiteral that stores a Calendar value to avoid parsing.class
An extension of MemLiteral that stores a decimal value to avoid parsing.class
An extension of MemLiteral that stores an integer value to avoid parsing.class
An extension of MemLiteral that stores a numeric value to avoid parsing.Fields in org.eclipse.rdf4j.sail.memory.model with type parameters of type MemLiteralModifier and TypeFieldDescriptionprivate final WeakObjectRegistry
<Literal, MemLiteral> MemValueFactory.literalRegistry
Registry containing the set of MemLiteral objects as used by a MemoryStore.Methods in org.eclipse.rdf4j.sail.memory.model that return MemLiteralModifier and TypeMethodDescriptionMemValueFactory.getMemLiteral
(Literal literal) See getMemValue() for description.MemValueFactory.getOrCreateMemLiteral
(Literal literal) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.Methods in org.eclipse.rdf4j.sail.memory.model that return types with arguments of type MemLiteralModifier and TypeMethodDescriptionMemValueFactory.getMemLiterals()
Deprecated, for removal: This API element is subject to removal in a future version.Use getMemLiteralsIterator() instead.MemValueFactory.getMemLiteralsIterator()
Gets all literals that are managed by this value factory.Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type MemLiteralModifier and TypeMethodDescriptionprivate Literal
MemValueFactory.getSharedLiteral
(MemLiteral newLiteral)