Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemLiteral
-
Packages that use MemLiteral Package Description org.eclipse.rdf4j.sail.memory.model 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.model Modifier and Type Class Description class
BooleanMemLiteral
An extension of MemLiteral that stores a boolean value to avoid parsing.class
CalendarMemLiteral
An extension of MemLiteral that stores a Calendar value to avoid parsing.class
DecimalMemLiteral
An extension of MemLiteral that stores a decimal value to avoid parsing.class
IntegerMemLiteral
An extension of MemLiteral that stores an integer value to avoid parsing.class
NumericMemLiteral
An extension of MemLiteral that stores a numeric value to avoid parsing.Methods in org.eclipse.rdf4j.sail.memory.model that return MemLiteral Modifier and Type Method Description MemLiteral
MemValueFactory. getMemLiteral(Literal literal)
See getMemValue() for description.MemLiteral
MemValueFactory. getOrCreateMemLiteral(Literal literal)
SeeMemValueFactory.getOrCreateMemValue(Value)
for description.Methods in org.eclipse.rdf4j.sail.memory.model that return types with arguments of type MemLiteral Modifier and Type Method Description Set<MemLiteral>
MemValueFactory. getMemLiterals()
Deprecated, for removal: This API element is subject to removal in a future version.Use getMemLiteralsIterator() instead.WeakObjectRegistry.AutoCloseableIterator<MemLiteral>
MemValueFactory. getMemLiteralsIterator()
Gets all literals that are managed by this value factory.
-