Class ResourceBundleMapWrapper.InternalRbmWrapper
java.lang.Object
org.apache.ofbiz.base.util.collections.ResourceBundleMapWrapper.InternalRbmWrapper
- All Implemented Interfaces:
Serializable
,Map<String,
Object>
- Enclosing class:
- ResourceBundleMapWrapper
public static class ResourceBundleMapWrapper.InternalRbmWrapper
extends Object
implements Map<String,Object>, Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object arg0) boolean
containsValue
(Object arg0) entrySet()
Gets resource bundle.boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
InternalRbmWrapper
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
getResourceBundle
Gets resource bundle.- Returns:
- the resource bundle
-