代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/448504/1688489
java actorpool.java
/**
* A pool of objects for use in situations where you want to minimize object
* lifecycling (and subsequently garbage collection). It also serves as a very
* high speed, minimal overhead colle
www.eeworm.com/read/448504/1688507
java actorpool.java
/**
* A pool of objects for use in situations where you want to minimize object
* lifecycling (and subsequently garbage collection). It also serves as a very
* high speed, minimal overhead colle
www.eeworm.com/read/448504/1688523
java actorpool.java
/**
* A pool of objects for use in situations where you want to minimize object
* lifecycling (and subsequently garbage collection). It also serves as a very
* high speed, minimal overhead colle
www.eeworm.com/read/447272/1706467
cs igroup.cs
using System.Collections;
namespace NetBpm.Workflow.Organisation
{
/// is any type of collection of users.
/// Organisational entities such as a business unit, a department, a team,
www.eeworm.com/read/443030/1752738
cs columnscollection.cs
using System;
namespace Microsoft.Crm.Sandbox.Mobile.Helpers.Collection
{
public class ColumnsCollection : System.Collections.CollectionBase
{
#region Properties
internal string this
www.eeworm.com/read/441943/1768327
vm spring.vm
#**
* spring.vm
*
* This file consists of a collection of Velocity macros aimed at easing
* some of the common requirements of web applications - in particular
* handling of forms.
*
* Spring's
www.eeworm.com/read/440187/1800533
vm spring.vm
#**
* spring.vm
*
* This file consists of a collection of Velocity macros aimed at easing
* some of the common requirements of web applications - in particular
* handling of forms.
*
* Spring's
www.eeworm.com/read/438718/1822686
c dbmem.c
/*
This module contains a collection of routines for using the PalmOS
datamanager for storage of read-only objects. Its purpose is to eliminate
multiply referenced objects from the dynamic
www.eeworm.com/read/432926/1886309
pde hashmapclass.pde
/**
* HashMap example
* by Daniel Shiffman.
*
* This example demonstrates how to use a HashMap to store
* a collection of objects referenced by a key.
* This is much like an array, only inst
www.eeworm.com/read/432906/1886411
c xenstat_solaris.c
/* libxenstat: statistics-collection library for Xen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as pub