com.hp.hpl.jena.sparql.util
Class TranslationTable<X extends Symbol>
java.lang.Object
com.hp.hpl.jena.sparql.util.TranslationTable<X>
public class TranslationTable<X extends Symbol>
- extends Object
Maps string to string for use with convenience names.
|
Constructor Summary |
TranslationTable()
Create a translation table which respects case |
TranslationTable(boolean ignoreCase)
Create a translation table - say whether to ignore case or not |
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
lookup
public X lookup(String name)
put
public void put(String k,
X v)
keys
public Iterator<String> keys()
values
public Iterator<X> values()
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.