org.seasar.framework.container.external
クラス AbstractExternalContextMap.ImmutableEntry

java.lang.Object
  拡張org.seasar.framework.container.external.AbstractExternalContextMap.ImmutableEntry
すべての実装インタフェース:
Map.Entry
含まれているクラス:
AbstractExternalContextMap

protected static class AbstractExternalContextMap.ImmutableEntry
extends Object
implements Map.Entry


コンストラクタの概要
AbstractExternalContextMap.ImmutableEntry(Object key, Object value)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object arg0)
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractExternalContextMap.ImmutableEntry

public AbstractExternalContextMap.ImmutableEntry(Object key,
                                                 Object value)
メソッドの詳細

getKey

public Object getKey()
定義:
インタフェース Map.Entry 内の getKey

getValue

public Object getValue()
定義:
インタフェース Map.Entry 内の getValue

setValue

public Object setValue(Object arg0)
定義:
インタフェース Map.Entry 内の setValue

equals

public boolean equals(Object obj)
定義:
インタフェース Map.Entry 内の equals

hashCode

public int hashCode()
定義:
インタフェース Map.Entry 内の hashCode


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.