代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/155388/5623882
java productdao.java
package cart.dao;
import cart.model.Product;
import java.util.Collection;
import java.sql.*;
import java.sql.Connection;
import cart.util.ConnUtil;
import java.util.HashSet;
public class ProductDao i
www.eeworm.com/read/155388/5623887
java showhomepagebiz.java
package cart.biz;
import cart.model.*;
import cart.dao.*;
import cart.util.*;
import java.util.Collection;
import java.sql.Connection;
import java.sql.SQLException;
public class ShowHomePageBiz
{
p
www.eeworm.com/read/155388/5623917
java showhomepagebiz.java
package cart.biz;
import cart.model.*;
import cart.dao.*;
import cart.util.*;
import java.util.Collection;
import java.sql.Connection;
import java.sql.SQLException;
public class ShowHomePageBiz
{
p
www.eeworm.com/read/153996/5643687
java util.java
package com.ecyrd.jspwiki;
import java.util.*;
/**
* Utilities for tests.
*/
public class Util
{
/**
* Check that a collection contains the required string.
*/
static public bool
www.eeworm.com/read/136989/5837040
h factory.h
/* -*- C++ -*- */
/**
* @file Factory.h
*
* Factory.h,v 1.7 2003/10/30 01:45:13 bala Exp
*
* @author Pradeep Gore
*
*
*/
#ifndef TAO_Notify_FACTORY_H
#de
www.eeworm.com/read/136989/5827531
readme
Shows how applications can use the ACE_Token_Collection utility. This
example creates three collections and spawns a thread to operate on
each. The threads use the collective acquire, renew, and
www.eeworm.com/read/119649/6083054
format getcollections.format
///
/// Exposes the collection of child {0}s.
///
{2} {0}Collection {1}s
{
get
{
if (_{1}s == null) refresh{1}s();
return _{1}s;
}
}
www.eeworm.com/read/113176/6136051
java persistentcollection.java
//$Id: PersistentCollection.java,v 1.20.2.14 2003/11/27 09:30:48 oneovthafew Exp $
package net.sf.hibernate.collection;
import java.io.Serializable;
import java.sql.PreparedStatement;
import java.sql