当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
CachedMap.Entry (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.aop
Class CachedMap.Entry
java.lang.Object
   org.jboss.cache.aop.CachedMap.Entry
org.jboss.cache.aop.CachedMap.Entry
- All Implemented Interfaces: 
- Map.Entry
- Enclosing class:
- CachedMap
- protected class CachedMap.Entry- extends Object- implements Map.Entry
 
 
 
CachedMap.Entry
public CachedMap.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.