代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/245071/4508336
js paneleffect.js
/**
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
* @class
* A collection of ContainerEffect classes specifi
www.eeworm.com/read/241368/4560479
java parameterprovider.java
/*
* Created on 14.12.2004
*
*/
package com.tonbeller.jpivot.param;
import java.util.Collection;
import com.tonbeller.jpivot.olap.model.Member;
import com.tonbeller.jpivot.olap.model.Ola
www.eeworm.com/read/240204/4577437
g test.g
/* This is test.g which tests a simple DLG-based scanner.
* No garbage collection for tokens since our token can't
* handle ref counting.
*/
/* ANTLR will assign token type numbers (by creati
www.eeworm.com/read/239989/4593474
java inifile.java
package org.joone.edit;
import java.io.*;
import java.util.*;
/**
* Extension of file to perform ini file functions.
*/
public class IniFile {
String fileName;
Collection cache = new Arra
www.eeworm.com/read/239645/4596677
m4 ice_find_athena.m4
dnl
dnl ice_find_athena.m4
dnl
dnl -----------------------------------------------------------
dnl
dnl * To: autoconf-collection@peti.gmd.de
dnl * Subject: ice_find_athena.m4
dnl * From: Andreas
www.eeworm.com/read/235760/4646048
js adfloat.js
var delta=0.30
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('
www.eeworm.com/read/235678/4646620
java adminbean.java
package com;
import java.sql.*;
import java.util.*;
import java.util.ArrayList;
import java.util.Collection;
public class AdminBean
{
private Connection con;
AdminClass admin=new A
www.eeworm.com/read/233448/4687224
java collectioncertstoreimpl.java
/* CollectionCertStore.java -- Collection-based cert store.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistri
www.eeworm.com/read/233020/4695346
java threadqueryviewaction.java
package com.jdon.jivejdon.presentation.action;
import java.util.ArrayList;
import java.util.Collection;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespo