代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/368758/2808086
h fads850sar.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola 860T FADS board. Copied from the MBX stuff.
* Magnus Damm added defines for 8xxrom and extended bd_info.
www.eeworm.com/read/367262/2846753
java company.java
package com.jspdev.ch14;
import java.util.*;
import java.io.*;
public class Company implements Serializable {
private String name=null;
private Collection contacts=new HashSet();
www.eeworm.com/read/364803/2901449
java convert.java
package com.newsoft.util;
import java.util.Collection;
import java.util.Iterator;
import javax.servlet.http.HttpServletRequest;
import org.hibernate.Query;
/**
* Company: newsoft
* @a
www.eeworm.com/read/358237/2998392
java student.java
package example;
import java.util.Collection;
import javax.persistence.*;
/**
* Implementation class for the Student bean.
*
*
* CREATE TABLE amber_many2many_student (
* student_
www.eeworm.com/read/357991/3008146
java datasources.java
/**
* This file is generated by BorlandXML.
*/
package com.prudsys.pdm.Adapters.ServiceAPI.DataSource;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
im
www.eeworm.com/read/357319/3020311
txt devtools.txt
The dev tools is a collection of simple command-line tools and batch files that have helped me when restructuring and merging the JVCL. Hopefully someone else can benefit from them as well. The follow
www.eeworm.com/read/353454/3085541
java myobject.java
package demo.chapter.collection;
import java.util.HashSet;
import java.util.Set;
public class MyObject {
private String name;
public MyObject(String name) {
this.name = name;
}
www.eeworm.com/read/353454/3085546
java setdemo.java
package demo.chapter.collection;
import java.util.HashSet;
import java.util.Set;
public class SetDemo {
@SuppressWarnings("unchecked")
public static void main(String[] args) {
Set set
www.eeworm.com/read/353051/3091173
java collectiondata.java
//: net/mindview/util/CollectionData.java
// A Collection filled with data using a generator object.
package net.mindview.util;
import java.util.*;
public class CollectionData extends ArrayLi
www.eeworm.com/read/352245/3095850
java provideroperation.java
package operation;
import dataBase.DataBase;
import java.util.ArrayList;
import java.util.Collection;
import entity.*;
import java.sql.*;
public class ProviderOperation
{
public ProviderO