当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
IdentityMap.IdentityMapEntry (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.util
Class IdentityMap.IdentityMapEntry
java.lang.Object
org.hibernate.util.IdentityMap.IdentityMapEntry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- IdentityMap
- public static final class IdentityMap.IdentityMapEntry
- extends Object
- implements Map.Entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
setValue
public Object setValue(Object value)
- Specified by:
setValue
in interface Map.Entry