Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemLiteral
Package
Description
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of MemLiteral in org.eclipse.rdf4j.sail.memory.model
Modifier 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.Modifier and TypeMethodDescriptionMemValueFactory.getMemLiteral
(Literal literal) See getMemValue() for description.MemValueFactory.getOrCreateMemLiteral
(Literal literal) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.Modifier and TypeMethodDescriptionMemValueFactory.getMemLiteralsIterator()
Gets all literals that are managed by this value factory.