代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/121304/14760455
java topic.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
import java.io.IOException;
import java.rmi.Remote;
import java.util.Collection;
import java.rmi.RemoteException;
www.eeworm.com/read/121304/14760467
java topicimpl.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
import java.io.IOException;
import java.rmi.server.UnicastRemoteObject;
import java.rmi.RemoteException;
import java.
www.eeworm.com/read/121304/14760489
java messagelistener.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.Collection;
/**
* A MessageListener i
www.eeworm.com/read/220511/14798270
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/120429/14803774
java collectionclassifier2.java
// Working collection classifier - Page 130
import java.util.*;
public class CollectionClassifier2 {
public static String classify(Collection c) {
return (c instanceof Set ? "Set"
www.eeworm.com/read/120429/14803776
java collectionclassifier.java
// Broken - incorrect use of overloading! - Page 128
import java.util.*;
public class CollectionClassifier {
public static String classify(Set s) {
return "Set";
}
publ
www.eeworm.com/read/120429/14803805
java instrumentedhashset.java
// Broken - Inappropriate use of inheritance! - Page 71
import java.util.*;
public class InstrumentedHashSet extends HashSet {
// The number of attempted element insertions
private int
www.eeworm.com/read/120429/14803806
java instrumentedset.java
// Wrapper class - uses composition in place of inheritance - page 74
import java.util.*;
public class InstrumentedSet implements Set {
private final Set s;
private int addCount = 0;
www.eeworm.com/read/119503/14827704
boost readme.boost
A collection of Matlab scripts to boost a Matlab neural network
Requires Matlab Neural Network toolbox.
Script P450bskel.m reads data files (not supplied) and the calls
other scripts to perform boost
www.eeworm.com/read/119324/14833313
txt 群体简介.txt
群体简介 List.1 Collection.txt
群体简介 List.2 ContainerDemo/ContainerDemo.java
--------------------------------------------------------------------------------
群体简介 List.1 Collection.txt
Return to