org.apache.commons.beanutils

Class DynaBeanMapDecorator.MapEntry

Enclosing Class:
DynaBeanMapDecorator
Implemented Interfaces:
Map.Entry

private static class DynaBeanMapDecorator.MapEntry
extends java.lang.Object
implements Map.Entry

Map.Entry implementation.

Field Summary

private Object
key
private Object
value

Constructor Summary

MapEntry(Object key, Object value)

Method Summary

boolean
equals(Object o)
Object
getKey()
Object
getValue()
int
hashCode()
Object
setValue(Object value)

Field Details

key

private Object key

value

private Object value

Constructor Details

MapEntry

(package private)  MapEntry(Object key,
                            Object value)

Method Details

equals

public boolean equals(Object o)

getKey

public Object getKey()

getValue

public Object getValue()

hashCode

public int hashCode()

setValue

public Object setValue(Object value)

Copyright (c) 2001-2007 - Apache Software Foundation