代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/152952/5655008

java testresultholder.java

package com.ora.rmibook.chapter13.bank.applications; import java.util.*; public class TestResultHolder { private Hashtable _resultsTable; private Vector _accountNames; public
www.eeworm.com/read/475245/6794858

java enhancedfor.java

import java.util.*; public class EnhancedFor { public static void main(String[] args) { int[] arr = {1, 2, 3, 4, 5}; for(int i : arr) { System.out.println(i); } Collection c =
www.eeworm.com/read/474026/6828816

cls classcontractentrys.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/471288/6888723

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/395876/8147213

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/395876/8147250

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/395876/8147343

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/395876/8147450

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/295632/8149347

txt socket怎样实现esmtp邮件发送程序?.txt

为什么还要用原始的socket去发邮件呢,你难到还想实现smtp协议不成,直接使用jmail的api,将下面这段代码修改一下,去掉不要的就可以了: //发送邮件使用的服务器 String hostName = mailBox.getHostName();
www.eeworm.com/read/195440/8155646

cls stack.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject