| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail.memory.model | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanMemLiteralAn extension of MemLiteral that stores a boolean value to avoid parsing. | 
| class  | CalendarMemLiteralAn extension of MemLiteral that stores a Calendar value to avoid parsing. | 
| class  | DecimalMemLiteralAn extension of MemLiteral that stores a decimal value to avoid parsing. | 
| class  | IntegerMemLiteralAn extension of MemLiteral that stores an integer value to avoid parsing. | 
| class  | NumericMemLiteralAn extension of MemLiteral that stores a numeric value to avoid parsing. | 
| Modifier and Type | Method and Description | 
|---|---|
| MemLiteral | MemValueFactory. getMemLiteral(Literal literal)See getMemValue() for description. | 
| MemLiteral | MemValueFactory. getOrCreateMemLiteral(Literal literal)See  MemValueFactory.getOrCreateMemValue(Value)for description. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<MemLiteral> | MemValueFactory. getMemLiterals()Gets all literals that are managed by this value factory. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.