Interface LocalizedStructuredContent
- All Superinterfaces:
java.util.Map<java.util.Locale,StructuredContent>
- All Known Implementing Classes:
LocalizedStructuredContentImpl
public interface LocalizedStructuredContent extends java.util.Map<java.util.Locale,StructuredContent>
LocalizedStructuredContent is used for formatted text content in multiple languages.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object> -
Method Summary
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