AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object obj) |
Set<Map.Entry<String,Property<?>>> |
entrySet() |
Map<String,Object> |
flatten()
Flattens the contents of this property map to a
Map. |
Property<?> |
get(Object obj) |
Set<String> |
keySet() |
static BasicPropertyMap |
of(Bean bean)
Factory to create a property map avoiding duplicate generics.
|
int |
size() |
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, remove, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static BasicPropertyMap of(Bean bean)
bean - the beanpublic int size()
public boolean containsKey(Object obj)
containsKey in interface Map<String,Property<?>>containsKey in class AbstractMap<String,Property<?>>Copyright © 2007–2017 Joda.org. All rights reserved.