当前页面: 
在线文档首页 > 
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
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:
- getKeyin interface- Map.Entry
 
- 
 
getValue
public Object getValue()
- 
- Specified by:
- getValuein interface- Map.Entry
 
- 
 
setValue
public Object setValue(Object value)
- 
- Specified by:
- setValuein interface- Map.Entry
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Map.Entry
 
- 
 
equals
public boolean equals(Object obj)
- 
- Specified by:
- equalsin interface- Map.Entry
 
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.