当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
CachedMapInterceptor.Entry (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.aop
Class CachedMapInterceptor.Entry
java.lang.Object
org.jboss.cache.aop.CachedMapInterceptor.Entry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- CachedMapInterceptor
- protected class CachedMapInterceptor.Entry
- extends Object
- implements Map.Entry
CachedMapInterceptor.Entry
public CachedMapInterceptor.Entry(Object key)
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
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Map.Entry
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.