org.eclipse.jetty.http
类 PathMap.Entry

java.lang.Object
  继承者 org.eclipse.jetty.http.PathMap.Entry
所有已实现的接口:
Map.Entry
包容类:
PathMap

public static class PathMap.Entry
extends Object
implements Map.Entry


方法摘要
 Object getKey()
           
 String getMapped()
           
 Object getValue()
           
 Object setValue(Object o)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 java.util.Map.Entry 继承的方法
equals, hashCode
 

方法详细信息

getKey

public Object getKey()
指定者:
接口 Map.Entry 中的 getKey

getValue

public Object getValue()
指定者:
接口 Map.Entry 中的 getValue

setValue

public Object setValue(Object o)
指定者:
接口 Map.Entry 中的 setValue

toString

public String toString()
覆盖:
Object 中的 toString

getMapped

public String getMapped()


Copyright © 2013. All Rights Reserved.