public class UsersBeanProperties.PropertyImmutabilityMap extends Object implements Map<String,Boolean>, Serializable
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object k) |
boolean |
containsValue(Object v) |
Set<Map.Entry<String,Boolean>> |
entrySet() |
Boolean |
get(Object k) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Boolean |
put(String k,
Boolean v) |
void |
putAll(Map<? extends String,? extends Boolean> m) |
Boolean |
remove(Object k) |
int |
size() |
Collection<Boolean> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public boolean containsKey(Object k)
containsKey
in interface Map<String,Boolean>
public boolean containsValue(Object v)
containsValue
in interface Map<String,Boolean>
Copyright © 2005–2017 Alfresco Software. All rights reserved.