代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/124167/14591945
java data.java
//this class is just a simple collection of arrays
//of the data which has been selected
import java.util.*;
public class Data
{
Kid[] kids;
public Data(Kid[] kd)
{
kids = kd;
}
www.eeworm.com/read/124166/14592157
java parsetrash.java
//: refactor:trash:ParseTrash.java
// Parse file contents into Trash objects,
// placing each into a Fillable holder.
package refactor.trash;
import java.util.*;
import java.io.*;
import com.br
www.eeworm.com/read/124166/14592160
java fillablecollection.java
//: refactor:trash:FillableCollection.java
// Adapter that makes a Collection Fillable.
package refactor.trash;
import java.util.*;
public class FillableCollection implements Fillable {
priv
www.eeworm.com/read/123184/14643499
pas idattachmentmemory.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/222372/14694213
htm chapter8.htm
Thinking in Java | Chinese Version by Trans Bot
www.eeworm.com/read/121515/14754878
cpp staticpoly.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/221176/14756735
c f3xx_usb0_descriptor.c
//-----------------------------------------------------------------------------
// F3xx_USB0_Descriptor.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/121304/14760453
java topicserver.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
import java.io.IOException;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.Collection;