Class CachingValueMap
- java.lang.Object
-
- org.apache.sling.api.wrappers.impl.CachingValueMap
-
-
Constructor Summary
Constructors Constructor Description CachingValueMap(ValueMap delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)@NotNull Set<Map.Entry<String,Object>>entrySet()Objectget(Object key)booleanisEmpty()@NotNull Set<String>keySet()@Nullable Objectput(String key, Object value)voidputAll(@NotNull Map<? extends String,?> m)Objectremove(Object key)intsize()@NotNull Collection<Object>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 Detail
-
CachingValueMap
public CachingValueMap(ValueMap delegate)
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,Object>
-
values
@NotNull public @NotNull Collection<Object> values()
-
-