代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/230924/14269159
java coveringunsubscription.java
/*
* project: RebecaSim
* package: broker
* file: CoveringUnsubscription.java
*
* version: 0.1
* date: 06.05.2005
*
* This software is part of the diploma thesis "Ein adaptives Brokern
www.eeworm.com/read/128846/14276660
txt 24.txt
//
接 口
接口(interface)是抽象方法和常量值的定义的集合。
从本质上讲,接口是一种特殊的抽象类,这种抽象类中只包含常量和方法的定义,而没有变量和方法的实现。
接口定义举例
public interface Runner {
int id = 1;
public void start();
public void run();
public void
www.eeworm.com/read/128635/14285475
htm chapter8.htm
Thinking in Java | Chinese Version by Trans Bot
www.eeworm.com/read/230049/14307143
java simplecollection.java
//: c11:SimpleCollection.java
// A simple example using Java 2 Collections.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
i
www.eeworm.com/read/230049/14307179
java failfast.java
//: c11:FailFast.java
// Demonstrates the "fail fast" behavior.
// {ThrowsException}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRig
www.eeworm.com/read/230049/14307189
java printingcontainers.java
//: c11:PrintingContainers.java
// Containers print themselves automatically.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
www.eeworm.com/read/229564/14329767
java emptycollectionexception.java
//********************************************************************
// EmptyCollectionException.java Authors: Lewis/Chase
//
// Represents the situation in which a collection is empty.
//
www.eeworm.com/read/127651/14344843
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/127651/14344917
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/127506/14351321
cmd _impact.cmd
setPreference -pref UserLevel:NOVICE
setPreference -pref MessageLevel:DETAILED
setPreference -pref ConcurrentMode:FALSE
setPreference -pref UseHighz:FALSE
setPreference -pref ConfigOnFailure:STOP