public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String encoded,
char escape,
int escapeLength,
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<String,Character> map,
Consumer<String> unrecognisedCodeConsumer) |
static String |
encode(String s,
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Character,String> map) |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.