代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/396156/8122246
js lsad.js
var delta=0.15
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content) {
document.write('
www.eeworm.com/read/145469/12722158
java producthome.java
package examples;
import javax.ejb.*;
import java.rmi.RemoteException;
import java.util.Collection;
/**
* This is the home interface for Product. This interface
* is implemented b
www.eeworm.com/read/145469/12722398
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/145469/12722424
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/145469/12722442
java producthome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
/**
* This is the local home interface for Product.
* This interface is implemented by the EJB container.
* The implemen
www.eeworm.com/read/331966/12792681
cs accordionpanecollection.cs
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
www.eeworm.com/read/142519/12941864
cs parentchildcollection.cs
using System;
using System.Collections;
namespace Netron.Lithium
{
///
/// STC of ParentChild collection
///
public class ParentChildCollection : CollectionBase
{
www.eeworm.com/read/142519/12942019
cs hashset.cs
//Copyright (C) 2005 Richard J. Northedge
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published
www.eeworm.com/read/142519/12942052
cs set.cs
//Copyright (C) 2005 Richard J. Northedge
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published