- java.lang.Object
-
- org.apache.commons.logging.impl.WeakHashtable.Entry
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private java.lang.Object |
key |
private java.lang.Object |
value |
-
Constructor Summary
Constructors
Modifier |
Constructor and Description |
private |
WeakHashtable.Entry(java.lang.Object key,
java.lang.Object value) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
int |
hashCode() |
java.lang.Object |
setValue(java.lang.Object value) |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map.Entry
- Overrides:
hashCode
in class java.lang.Object
Copyright 2002-2013 The Apache Software Foundation.