代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/426825/8996868
js ad-02.js
var delta=0.8;
var collection;
var closeB=false;
function flo
www.eeworm.com/read/426591/9012035
java combinatorics.java
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
/**
* Provides a static method to generate combination
www.eeworm.com/read/426591/9012040
java riverside.java
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
/**
* Represents a riverside in the puzzle.
www.eeworm.com/read/426591/9012045
java macps.java
import java.util.*;
import java.io.*;
/**
* Missionaries And Cannibals Puzzle Solver.
*
* Solution to the puzzle must not violate any of the following 2 rules: 1)
* Relative headcount: ca
www.eeworm.com/read/185481/9035410
java frog.java
import java.awt.*;
import java.awt.image.*;
import java.net.*;
public final class frog extends java.applet.Applet implements Runnable
{
int i,j,k,counter=0,flyX[],flyY[],flyOldX[],flyOldY[],fl
www.eeworm.com/read/185386/9040655
java itemhome.java
import java.util.Collection;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface ItemHome extends EJBHome
{
public Item create(int itemCode,String title, String rat
www.eeworm.com/read/184819/9073668
java savingsaccounthome.java
/*
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
import
www.eeworm.com/read/281848/9129654
java collectionsequence30.java
// holding/CollectionSequence30.java
import typeinfo.pets.*;
import java.util.*;
public class CollectionSequence30 implements Collection {
private Pet[] pets = Pets.createArray(8);
publi
www.eeworm.com/read/281848/9129696
java ex11(1).java
// holding/Ex11.java
// TIJ4 Chapter Holding, Exercise 11, page 409
/* Write a method that uses an Iterator to step through a Collection and
* print the toString() of each object in the container.
www.eeworm.com/read/281848/9129752
java unsupported6.java
// containers/Unsupported6.java
// TIJ4 Chapter Containers, Exercise 6, page 817
/* Note that List has additional "optional" operations that are not included
* in Collection. Write a version of Uns