代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/111042/6160050
java postdao.java
/*
* $Header: /cvsroot/mvnforum/mvnforum/src/com/mvnforum/db/PostDAO.java,v 1.9 2004/03/20 19:15:04 minhnn Exp $
* $Author: minhnn $
* $Revision: 1.9 $
* $Date: 2004/03/20 19:15:04 $
*
* =
www.eeworm.com/read/111042/6160077
java attachmentdao.java
/*
* $Header: /cvsroot/mvnforum/mvnforum/src/com/mvnforum/db/AttachmentDAO.java,v 1.4 2004/04/30 03:38:17 drjavanomous Exp $
* $Author: drjavanomous $
* $Revision: 1.4 $
* $Date: 2004/04/30 03
www.eeworm.com/read/110729/6163649
java bookhome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
/**
* This is the local home interface for Book.
* This interface is implemented by the EJB container.
* The implemented
www.eeworm.com/read/110729/6163667
java order.java
package examples;
import javax.ejb.*;
import java.util.*;
/**
* These are the business logic methods exposed publicly
* by OrderBean.
*
* This interface is used by local clients. The c
www.eeworm.com/read/110729/6163671
java customerhome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
/**
* This is the local home interface for our entity bean.
* The container will implement this as the home object,
* wh
www.eeworm.com/read/109010/6180491
java optionstag.java
/*
* $Header: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/OptionsTag.java,v 1.29 2004/05/17 19:42:09 germuska Exp $
* $Revision: 1.29 $
* $Date: 2004/05/17 19:42:09 $
*
www.eeworm.com/read/109010/6180525
properties localstrings.properties
empty.noNameAttribute=No name attribute was specified
forward.forward=Exception forwarding for name {0}: {1}
forward.lookup=Cannot find global ActionForward for name {0}
forward.redirect=Exception
www.eeworm.com/read/108242/6183789
h local.h
/* $Header: local.h,v 2.7 88/07/08 10:33:53 ceriel Exp $ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in th
www.eeworm.com/read/108165/6184267
java clinic.java
package org.springframework.samples.petclinic;
import java.util.Collection;
import org.springframework.dao.DataAccessException;
/**
* The high-level Petclinic business interface.
* Basica
www.eeworm.com/read/108165/6184297
java abstractclinictests.java
package org.springframework.samples.petclinic;
import java.util.Collection;
import java.util.Date;
import junit.framework.TestCase;
import org.springframework.context.support.ClassPathXmlApp