代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/117629/14911046
java accounthome.java
package examples.ejb20.basic.containerManaged;
import javax.ejb.CreateException;
import javax.ejb.EJBHome;
import javax.ejb.FinderException;
import java.rmi.RemoteException;
import java.util.Co
www.eeworm.com/read/117626/14911256
java accounthome.java
package examples.ejb20.sequence.userDesignated;
import javax.ejb.CreateException;
import javax.ejb.EJBHome;
import javax.ejb.FinderException;
import java.rmi.RemoteException;
import java.util.C
www.eeworm.com/read/115583/15008613
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/115583/15008778
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/115583/15008786
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/115583/15008795
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/214343/15105083
java abstractstructure.java
// A basic, abstract implementation of a Structure.
// (c) 2001 duane a. bailey
package structure;
import java.util.Collection;
import java.util.Iterator;
/**
* An abstract implementation of a basic
www.eeworm.com/read/214343/15105132
java structure.java
// Interface of a basic, mutable data structure.
// (c) 2001 duane a. bailey
package structure;
import java.util.Iterator;
import java.util.Collection;
/**
* The interface of a basic, mutable data s
www.eeworm.com/read/212596/15152661
java main.java
import java.util.*;
class Main
{
public static void main(String[] args)
{
Hashtable h = new Hashtable();
h.put("dog", "spot");
h.put("cat", "luck");
h.put
www.eeworm.com/read/211669/15175877
cs wfs.cs
///GeoCon, free tool to create gml & svg from gis files.
///Copyright(C) 2005 Amri Rosyada
///Distributed under GNU-LGPL, see a copy of the license in root directory
using System;
using System.Xm