org.biojava.utils
Class BeanAsMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byorg.biojava.utils.BeanAsMap
All Implemented Interfaces:
Map

public class BeanAsMap
extends AbstractMap

Author:
Matthew Pocock

Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
BeanAsMap(Object bean)
           
 
Method Summary
 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
 

Constructor Detail

BeanAsMap

public BeanAsMap(Object bean)
          throws IntrospectionException
Method Detail

size

public int size()

entrySet

public Set entrySet()

put

public Object put(Object key,
                  Object value)