java.lang.Object
org.apache.jena.sparql.util.TranslationTable<X>
Maps string to string for use with convenience names.
-
Constructor Summary
ConstructorDescriptionCreate a translation table which respects caseTranslationTable
(boolean ignoreCase) Create a translation table - say whether to ignore case or not -
Method Summary
-
Constructor Details
-
TranslationTable
public TranslationTable()Create a translation table which respects case -
TranslationTable
public TranslationTable(boolean ignoreCase) Create a translation table - say whether to ignore case or not
-
-
Method Details
-
lookup
-
put
-
keys
-
values
-