org.apache.commons.logging.impl

Class WeakHashtable.Entry

private static final class WeakHashtable.Entry extends Object implements Entry

Entry implementation
Method Summary
booleanequals(Object o)
ObjectgetKey()
ObjectgetValue()
inthashCode()
ObjectsetValue(Object value)

Method Detail

equals

public boolean equals(Object o)

getKey

public Object getKey()

getValue

public Object getValue()

hashCode

public int hashCode()

setValue

public Object setValue(Object value)