代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/402041/2333600
java solutionlock.java
package org.trinet.jasi;
import java.util.Collection;
import org.trinet.util.*;
/** Lock a Solution so multiple data applications that access the data will not
* conflict. The concrete class
www.eeworm.com/read/396575/2414075
java bookdb.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package mypack;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
impo
www.eeworm.com/read/395509/2435393
java sortbean.java
package com;
import java.util.ArrayList;
import java.util.Collection;
import java.sql.*;
public class SortBean
{
private Connection con;
SortClass sort=new SortClass();
publi
www.eeworm.com/read/395229/2443938
c td_ta_enable_stats.c
/* Enable collection of statistics for process.
Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper
www.eeworm.com/read/393286/2479408
h bseip.h
/*
* A collection of structures, addresses, and values associated with
* the Bright Star Engineering ip-Engine board. Copied from the MBX stuff.
*
* Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
www.eeworm.com/read/390678/2526183
java entitymanagerclinic.java
package org.springframework.samples.petclinic.jpa;
import java.util.Collection;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Qu
www.eeworm.com/read/390678/2526187
java entityutils.java
package org.springframework.samples.petclinic.util;
import java.util.Collection;
import java.util.Iterator;
import org.springframework.orm.ObjectRetrievalFailureException;
import org.springfra
www.eeworm.com/read/390678/2526880
java entityutils.java
package org.springframework.samples.petclinic.util;
import java.util.Collection;
import java.util.Iterator;
import org.springframework.orm.ObjectRetrievalFailureException;
import org.springfra
www.eeworm.com/read/390678/2527077
java entityutils.java
package org.springframework.samples.petclinic.util;
import java.util.Collection;
import java.util.Iterator;
import org.springframework.orm.ObjectRetrievalFailureException;
import org.springfra
www.eeworm.com/read/390678/2527079
java hibernateclinic.java
package org.springframework.samples.petclinic.hibernate;
import java.util.Collection;
import org.springframework.dao.DataAccessException;
import org.springframework.orm.hibernate3.support.Hiber