代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/17071/710449
h mpc86xads.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola MPC8xxADS board. Copied from the FADS config.
*
* Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
*
* M
www.eeworm.com/read/494783/1152886
h mpc86xads.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola MPC8xxADS board. Copied from the FADS config.
*
* Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
*
* M
www.eeworm.com/read/494572/1158073
java productdao.java
package feng.shoppingcart.dao;
import java.util.Collection;
import feng.shoppingcart.entity.*;
public interface ProductDao {
public Product insertProduct(Product product)throws Exception;
public Pr
www.eeworm.com/read/489559/1217059
h mpc86xads.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola MPC8xxADS board. Copied from the FADS config.
*
* Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
*
* M
www.eeworm.com/read/488281/1231927
java hardwaremodelbean.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.openacs;
import java.util.Collection;
import javax.ejb.CreateException;
import javax.e
www.eeworm.com/read/488281/1231979
java hardwaremodellocalhome.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.openacs;
import java.util.Collection;
import javax.ejb.CreateException;
import javax.e
www.eeworm.com/read/488281/1231981
java scriptlocalhome.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.openacs;
import java.util.Collection;
import javax.ejb.CreateException;
import javax.e
www.eeworm.com/read/483236/1278868
java accountprofile.java
package com.jdon.jivejdon.model;
import java.util.Collection;
import com.jdon.annotation.Model;
@Model
public class AccountProfile {
private String userId;
private Account account;
www.eeworm.com/read/482912/1281821
java anlysisdaoimpl.java
package daoImpl;
import java.util.Collection;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import dao.AnlysisDAO;
import entity.Anlysis;
public class AnlysisDA
www.eeworm.com/read/480510/1317262
cpp ex9_22.cpp
// Ex9_22.cpp : main project file.
// Using generic collection classes
#include "stdafx.h"
using namespace System;
using namespace System::Collections::Generic; // For generic collections