代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/246925/12697712

vb otherequ.vb

'**********************其他设备公共类************************** '***********修改时间:2007年8月12日 '***********编写人:鲍辉 '***********针对与广西联正达合作的机房远控系统 '***********包括设备类型:N+1切换器1台(康特)、信号源切换器12台(成都泰立)、防非信号接收机3台(成都泰立
www.eeworm.com/read/333003/12711304

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/333003/12711350

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/333003/12711466

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/333003/12711606

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/332899/12718173

java ex11.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/332718/12742696

html appendelem.html

R: Methods for Function appendElem in Package ‘tm’
www.eeworm.com/read/332513/12751399

java select.java

//remote 接口 package selectstudent import javax.ejb.*; import java.rmi.*; import java.sql.*; import javax.naming.*; public interface Select extends javax.ejb.EJBObject{ public java.util.Col
www.eeworm.com/read/144598/12782624

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/144586/12783570

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