Interface LocalizedText
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Locale>getLocales()StringgetText()StringgetText(Locale locale)voidsetText(Locale locale, String text)sets (means: "add" or "replace") a text with a given locale-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-