代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/161110/5561058
java iquery.java
package com.easyjf.web.tools;
import java.util.Collection;
import java.util.List;
public interface IQuery {
int getRows(String conditing);
List getResult(String conditing);
void setFirstResult(i
www.eeworm.com/read/160779/5565744
java sessionmanager.java
package com.singnet.util;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.Map;
import javax.servlet.http.Http
www.eeworm.com/read/160777/5565816
java sessionmanager.java
package com.singnet.util;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.Map;
import javax.servlet.http.Http
www.eeworm.com/read/160542/5569977
java provider.java
/*
* Created on Jul 8, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package ar.com.koalas.providers;
impor
www.eeworm.com/read/159876/5579901
properties localstrings.properties
computeURL.forwards=Cannot retrieve ActionForwards collection
parameters.single=Cannot cast to String for name={0} property={1} scope={2}
www.eeworm.com/read/159876/5579903
properties localstrings.properties
cookie.get=No cookie {0} was included in this request
define.null=Define tag cannot set a null value
define.value=Define tag can contain only one of name attribute, value attribute, or body content
www.eeworm.com/read/159811/5581476
properties localstrings.properties
computeURL.forwards=Cannot retrieve ActionForwards collection
parameters.single=Cannot cast to String for name={0} property={1} scope={2}
www.eeworm.com/read/159811/5581478
properties localstrings.properties
cookie.get=No cookie {0} was included in this request
define.null=Define tag cannot set a null value
define.value=Define tag can contain only one of name attribute, value attribute, or body content
www.eeworm.com/read/159372/5584515
java newsservice.java
package ajaxdashboard.service;
import ajaxdashboard.domain.NewsItem;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Ar