Package org.biojava.utils
Class BeanAsMap
- java.lang.Object
-
- java.util.AbstractMap
-
- org.biojava.utils.BeanAsMap
-
- All Implemented Interfaces:
Map
public class BeanAsMap extends AbstractMap
- Author:
- Matthew Pocock
-
-
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 Instance Methods Concrete Methods Modifier and Type Method Description Set
entrySet()
Object
put(Object key, Object value)
int
size()
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, 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
-
-
-
-
Constructor Detail
-
BeanAsMap
public BeanAsMap(Object bean) throws IntrospectionException
- Throws:
IntrospectionException
-
-