Package org.apache.jena.sparql.util
Class TranslationTable<X>
- java.lang.Object
-
- org.apache.jena.sparql.util.TranslationTable<X>
-
public class TranslationTable<X> extends java.lang.ObjectMaps string to string for use with convenience names.
-
-
Constructor Summary
Constructors Constructor Description TranslationTable()Create a translation table which respects caseTranslationTable(boolean ignoreCase)Create a translation table - say whether to ignore case or not
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.lang.String>keys()Xlookup(java.lang.String name)voidput(java.lang.String k, X v)java.util.Iterator<X>values()
-