代码搜索:Collection

找到约 10,000 项符合「Collection」的源代码

代码结果 10,000
www.eeworm.com/read/269795/11076982

#2 f326_usb0_descriptor.#2

//----------------------------------------------------------------------------- // F326_USB0_Descriptor.c //----------------------------------------------------------------------------- // // Sour
www.eeworm.com/read/414988/11087304

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/414988/11087332

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/414988/11087392

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
www.eeworm.com/read/414988/11087462

java fill41.java

// generics/Fill41.java // TIJ4 Chapter Generics, Exercise 41, page 737 // Modify Fill2.java to use the classes in typeinfo.pets instead // of the Coffee classes. // Using adapters to simulate lat
www.eeworm.com/read/268009/11156829

java iteratetag.java

package body; import java.util.Collection; import java.util.Iterator; import javax.servlet.jsp.tagext.BodyTagSupport; public class iterateTag extends BodyTagSupport { private String name;//
www.eeworm.com/read/267427/11178951

java addandremove.java

/** * 通过这个程序,测试元素的添加与删除 */ import java.util.LinkedList; import java.util.Iterator; public class AddAndRemove { public static void main(String[] args) { AddAndRemove test = new AddA
www.eeworm.com/read/267425/11179407

java borrowhome.java

/* * BorrowHome.java * * Created on 2003年5月13日, 上午11:46 */ /** * * @author administrator */ import java.util.*; import java.rmi.RemoteException; import javax.ejb.*; public interface BorrowH
www.eeworm.com/read/412557/11192799

txt readme.txt

Program: ESBMaths v3.2.1 Released: 19 June 2001 Purpose: Freeware Math/Stats Routine Collection for Delphi. More Info: See ESBMaths.TXT History: See Whatsnew.txt Other Products: Se
www.eeworm.com/read/412417/11200239

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; }