代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/325240/3485871
java orderproducthome.java
// OrderProductHome.java
// OrderProductHome is the home interface for entity EJB
// OrderProduct.
package com.deitel.advjhtp1.bookstore.ejb;
// Java core packages
import java.util.Collection;
www.eeworm.com/read/324136/3505269
c tkcmds.c
/*
* tkCmds.c --
*
* This file contains a collection of Tk-related Tcl commands
* that didn't fit in any particular file of the toolkit.
*
* Copyright (c) 1990-1994 The Regents of the Universit
www.eeworm.com/read/324136/3506027
test opt.test
# Package covered: opt0.1/optparse.tcl
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output
www.eeworm.com/read/324136/3506050
test macfcmd.test
# This file tests the tclfCmd.c file.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output fo
www.eeworm.com/read/324136/3506076
test cmdah.test
# The file tests the tclCmdAH.c file.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output fo
www.eeworm.com/read/324136/3506103
test fcmd.test
# This file tests the tclFCmd.c file.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output fo
www.eeworm.com/read/319470/3555742
java mailmessage.java
package com.al_williams.SMTP;
/**
* This is just a collection of data that makes up a mail message.
* @author Al Williams
* @version 1.0
* @see SMTP#sendMail
*/
public class MailMessage
www.eeworm.com/read/313779/3641570
java crmorder.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package entities;
import java.io.Serializable;
import java.util.Collection;
import java.util.Date;
www.eeworm.com/read/313773/3642055
java petcontrol.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package personalpetvet.model;
import java.util.ArrayList;
import java.util.Collection;
import java.
www.eeworm.com/read/312155/3675614
java studentbean.java
package cmpsample;
import javax.ejb.*;
import java.util.Collection;
abstract public class StudentBean implements EntityBean {
EntityContext entityContext;
public java.lang.Integer ejbCreate(java