wt.iba.value.litevalue
Class AbstractValueViewMap

java.lang.Object
  extended bywt.iba.value.litevalue.AbstractValueViewMap

public class AbstractValueViewMap
extends Object


Field Summary
private  HashMap keys
           
private  HashMap values
           
 
Constructor Summary
AbstractValueViewMap()
           
 
Method Summary
 Object get(Object key)
           
 void putKey(AbstractValueView avv, Object key)
           
 void putValue(AbstractValueView avv, Object value)
           
 Map toMap()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

keys

private HashMap keys

values

private HashMap values
Constructor Detail

AbstractValueViewMap

public AbstractValueViewMap()
Method Detail

get

public Object get(Object key)

putKey

public void putKey(AbstractValueView avv,
                   Object key)

putValue

public void putValue(AbstractValueView avv,
                     Object value)

toMap

public Map toMap()

toString

public String toString()