org.hibernate.util
public static final class IdentityMap.IdentityMapEntry extends java.lang.Object implements java.util.Map.Entry
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
java.lang.Object |
setValue(java.lang.Object value) |
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
Copyright © 2014. All Rights Reserved.