BasicNameValuePair 里面所有的方法体里面都只有一句 throw new RuntimeException("Stub!"); 5
BasicNameValuePair里面所有的方法体里面都只有一句thrownewRuntimeException("Stub!");,请问是怎么传进去的参数是如何取值的...
BasicNameValuePair 里面所有的方法体里面都只有一句 throw new RuntimeException("Stub!");,请问是怎么传进去的参数是如何取值的,xutils里面的网络请求设置值xutils里面的方法public void addBodyParameter(String name, String value) { if (bodyParams == null) { bodyParams = new ArrayList(); } bodyParams.add(new BasicNameValuePair(name, value));}这是BasicNameValuePair 里面的所有方法@Deprecatedpublic class BasicNameValuePair implements NameValuePair { public BasicNameValuePair(String name, String value) { throw new RuntimeException("Stub!"); } public String getName() { throw new RuntimeException("Stub!"); } public String getValue() { throw new RuntimeException("Stub!"); } public String toString() { throw new RuntimeException("Stub!"); } public boolean equals(Object object) { throw new RuntimeException("Stub!"); } public int hashCode() { throw new RuntimeException("Stub!"); } public Object clone() throws CloneNotSupportedException { throw new RuntimeException("Stub!"); }}
就是图片中的 展开
就是图片中的 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询