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.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.getMemLiteralsIterator()
Gets all literals that are managed by this value factory.