Package org.biojava.utils
Class BeanAsMap
java.lang.Object
java.util.AbstractMap
org.biojava.utils.BeanAsMap
- All Implemented Interfaces:
Map
- 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> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
BeanAsMap
- Throws:
IntrospectionException
-
-
Method Details
-
size
- Specified by:
sizein interfaceMap- Overrides:
sizein classAbstractMap
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-
put
- Specified by:
putin interfaceMap- Overrides:
putin classAbstractMap
-