代码搜索:Collections
找到约 10,000 项符合「Collections」的源代码
代码结果 10,000
www.eeworm.com/read/235549/4649800
h collections.h
//####COPYRIGHTBEGIN####
//
// ----------------------------------------------------------------------------
// Copyright (C
www.eeworm.com/read/233914/4664557
cs collections.cs
//
// assembly: System
// namespace: System.Text.RegularExpressions
// file: collections.cs
//
// author: Dan Lewis (dlewis@gmx.co.uk)
// (c) 2002
using System;
using System.Collections;
namespace
www.eeworm.com/read/233448/4689512
java collections.java
/* Collections.java -- Utility class with methods to operate on collections
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Classp
www.eeworm.com/read/224936/4800848
js collections.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/219558/4847539
java collections.java
package com.easyjf.bbs.business;
import java.util.List;
import com.easyjf.dbo.EasyJDB;
import com.easyjf.dbo.IObject;
public class Collections implements IObject {
private String cid;
www.eeworm.com/read/191759/5162253
js collections.js
/**
* 可以将各种数据类型适配为统一的Iterator,用于迭代操作
* @public
* @constructor
* @arguments
*/
function Iterator(){
if(arguments.length == 1){
var obj
www.eeworm.com/read/191759/5162459
js collections.js
function Iterator() {if (arguments.length == 1) {var obj = arguments[0];if (obj instanceof Iterator) {return obj;} else {if (obj instanceof Array) {this.values = obj;} else {return new IteratorAdapter
www.eeworm.com/read/191759/5162477
js collections.js
$JSI.addCacheScript('js/util/collections.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);function Iterator() {if (arguments.length == 1) {var obj = arguments[0];if (obj inst
www.eeworm.com/read/190666/5181442
java collections.java
/* Collections.java -- Utility class with methods to operate on collections
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath i
www.eeworm.com/read/180408/5286754
java collections.java
//$Id: Collections.java,v 1.15 2005/04/02 20:33:54 oneovthafew Exp $
package org.hibernate.engine;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibe