代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/149908/12334036

c config.c

/* A collection of stuff heavily dependent on the configuration info * in config.h. The idea is that configuration-dependent tables should * be located here to avoid having to pepper lots of .c fi
www.eeworm.com/read/249894/12463071

cs versionhistory.cs

namespace Perst { using System; using System.Diagnostics; #if USE_GENERICS using System.Collections.Generic; #endif using System.Collections; /// Collection
www.eeworm.com/read/249894/12463505

cs ipersistentlist.cs

using System; #if USE_GENERICS using System.Collections.Generic; #else using System.Collections; #endif namespace Perst { /// /// Interface for ordered collection (sequence
www.eeworm.com/read/230899/14269757

c config.c

/* A collection of stuff heavily dependent on the configuration info * in config.h. The idea is that configuration-dependent tables should * be located here to avoid having to pepper lots of .c fi
www.eeworm.com/read/127767/14337544

txt e352. creating a seta.txt

A set is a collection that holds unique values. Adding a value that's already in the set has no effect. // Create the set Set set = new HashSet(); // Add elements to the set
www.eeworm.com/read/124628/14556169

c config.c

/* A collection of stuff heavily dependent on the configuration info * in config.h. The idea is that configuration-dependent tables should * be located here to avoid having to pepper lots of .c fi
www.eeworm.com/read/124417/14568656

c config.c

/* A collection of stuff heavily dependent on the configuration info * in config.h. The idea is that configuration-dependent tables should * be located here to avoid having to pepper lots of .c fi
www.eeworm.com/read/115583/15008514

java accountlocalhome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for Account. This * interface is implemented by the EJB container's tools - the * implem
www.eeworm.com/read/210569/15196203

c config.c

/* A collection of stuff heavily dependent on the configuration info * in config.h. The idea is that configuration-dependent tables should * be located here to avoid having to pepper lots of .c fi