Package org.joda.beans.impl
Class BasicPropertyMap
- java.lang.Object
-
- java.util.AbstractMap<String,Property<?>>
-
- org.joda.beans.impl.BasicPropertyMap
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(Object obj)Set<Map.Entry<String,Property<?>>>entrySet()Map<String,Object>flatten()Flattens the contents of this property map to aMap.Property<?>get(Object obj)Set<String>keySet()static BasicPropertyMapof(Bean bean)Factory to create a property map avoiding duplicate generics.intsize()-
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, remove, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
of
public static BasicPropertyMap of(Bean bean)
Factory to create a property map avoiding duplicate generics.- Parameters:
bean- the bean- Returns:
- the property map, not null
-
size
public int size()
-
containsKey
public boolean containsKey(Object obj)
- Specified by:
containsKeyin interfaceMap<String,Property<?>>- Overrides:
containsKeyin classAbstractMap<String,Property<?>>
-
-