T - the type of the values in the Mappublic final class FacesPropertyMap<T> extends Object implements Map<Object,T>
get() and put().| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Object,T>> |
entrySet() |
T |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
T |
put(Object key,
T value) |
void |
putAll(Map m) |
T |
remove(Object key) |
int |
size() |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Map<Object,T>public boolean containsValue(Object value)
containsValue in interface Map<Object,T>public Collection values()
Copyright © 2006–2020 Esito AS. All rights reserved.