代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/250243/4440934

oss readme.oss

Introduction ------------ This file is a collection of all the old Readme files distributed with OSS/Lite by Hannu Savolainen. Since the new Linux sound driver is founded on it I think these informat
www.eeworm.com/read/243866/4518533

java cadsymbolmanager.java

package com.javapatterns.prototype.cad; // CadSymbolManager import java.util.*; public class CadSymbolManager { private Hashtable symbols = new Hashtable(); // add symbol to collection
www.eeworm.com/read/240529/4572721

java cadsymbolmanager.java

package com.javapatterns.prototype.cad; // CadSymbolManager import java.util.*; public class CadSymbolManager { private Hashtable symbols = new Hashtable(); // add symbol to collection
www.eeworm.com/read/239532/4599536

java booktitleset.java

package bean; import java.util.*; /** * Class BookTitleSet represents a * collection of book titles. * * @author ProjectGroup * @version 1.0 */ public class BookTitleSet{
www.eeworm.com/read/239532/4599569

10555cd3b009001c13f29ceddc5e8d12

package bean; import java.util.*; /** * Class BookTitleSet represents a * collection of book titles. * * @author ProjectGroup * @version 1.0 */ public class BookTitleSet{
www.eeworm.com/read/237048/4634017

java propertypermissioncollection.java

/* PropertyPermissionCollection.java -- a collection of PropertyPermissions Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free softwa
www.eeworm.com/read/229812/4739538

h pool.h

// This is a fast memory allocator modelled after class Pool in the // AT&T Standard Library Extension. // // Every Pool is a collection of elements, each of which is a chunk of // contigous memor
www.eeworm.com/read/229812/4751969

gml stack.gml

:P. Stack containers maintain an ordered collection of data which is retrieved in the reverse order to which the data was entered into the stack. The stack class is implemented as a templated class
www.eeworm.com/read/229812/4752000

gml queue.gml

:P. Queue containers maintain an ordered collection of data which is retrieved in the order in which the data was entered into the queue. The queue class is implemented as a templated class, allowi
www.eeworm.com/read/227264/4776033

java ielemdgetbyidengine.java

/** * Description: for obtaining a real value * * @ Author Create/Modi Note * Xiaofeng Xie Mar 4, 2006 */ package Global.basic.data.collection; public interface IElemDGet