当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
LinkedHashMap.Entry (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.utils
Class LinkedHashMap.Entry
java.lang.Object
org.apache.axis.utils.LinkedHashMap.Entry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- LinkedHashMap
- public static class LinkedHashMap.Entry
- extends Object
- implements Map.Entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedHashMap.Entry
public LinkedHashMap.Entry(Object key,
Object val)
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
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.