代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/414420/2146672
h mbx860t.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola 860T MBX board.
* Copied from the FADS stuff, which was originally copied from the MBX stuff!
* Magnus Da
www.eeworm.com/read/410728/2201961
h fr30-sim.h
// OBSOLETE /* collection of junk waiting time to sort out
// OBSOLETE Copyright (C) 1998, 1999 Free Software Foundation, Inc.
// OBSOLETE Contributed by Cygnus Solutions.
// OBSOLETE
// OBSOLE
www.eeworm.com/read/408818/2242652
h mbx860t.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola 860T MBX board.
* Copied from the FADS stuff, which was originally copied from the MBX stuff!
* Magnus Da
www.eeworm.com/read/406607/2275883
js set.js
/**
* @fileOverview jsx.collections.Set is an Interface class. Defines the methods for base set. A set is a collection that contains no duplicate elements.
* @example
cla
www.eeworm.com/read/405479/2289391
java child.java
package org.hibernate.test.collection.map;
/**
* todo: describe Child
*
* @author Steve Ebersole
*/
public class Child {
private String name;
private Parent parent;
public Child()
www.eeworm.com/read/405479/2289402
java child.java
package org.hibernate.test.collection.set;
/**
* todo: describe Child
*
* @author Steve Ebersole
*/
public class Child {
private String name;
private Parent parent;
public Child()
www.eeworm.com/read/405479/2289593
java persistentmylist.java
package org.hibernate.test.usercollection.basic;
import org.hibernate.collection.PersistentList;
import org.hibernate.engine.SessionImplementor;
public class PersistentMyList extends PersistentList
www.eeworm.com/read/405332/2293133
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/404607/2301945
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/404039/2307751
java fillablecollection.java
//: refactor:trash:FillableCollection.java
// Adapter that makes a Collection Fillable.
package refactor.trash;
import java.util.*;
public class FillableCollection implements Fillable {
priv