站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.jboss.cache.aop.CachedMapInterceptor.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
CachedMapInterceptor

protected class CachedMapInterceptor.Entry
extends Object
implements Map.Entry


Constructor Summary
CachedMapInterceptor.Entry(Object key)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedMapInterceptor.Entry

public CachedMapInterceptor.Entry(Object key)
Method Detail

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.