public class BeanAsMap extends AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Map.Entry<K,V>
BeanAsMap(Object bean)
Set
entrySet()
Object
put(Object key, Object value)
int
size()
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
public BeanAsMap(Object bean) throws IntrospectionException
IntrospectionException
public int size()
size
Map
AbstractMap
public Set entrySet()
entrySet
public Object put(Object key, Object value)
put
Copyright © 2014 BioJava. All rights reserved.