代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/191759/5162767
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/190666/5181457
java list.java
/* List.java -- An ordered collection which allows indexed access
Copyright (C) 1998, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you c
www.eeworm.com/read/187378/5224053
java ipagelist.java
package com.wlpava.utils;
import java.util.Collection;
import java.util.List;
public interface IPageList {
public List getResult();
public void setQuery(IQuery q);
public int getPages();
www.eeworm.com/read/187323/5224969
java teachercmpbean.java
package com.learnweblogic.examples.ch9.cmp;
import java.util.Collection;
import javax.ejb.EntityBean;
import javax.ejb.EntityContext;
public abstract class TeacherCMPBean implements Enti
www.eeworm.com/read/187323/5224974
java studentcmpbean.java
package com.learnweblogic.examples.ch9.cmp;
import java.util.Collection;
import javax.ejb.EntityContext;
import javax.ejb.EntityBean;
public abstract class StudentCMPBean implements Entity
www.eeworm.com/read/184888/5244660
makefile
# New ports collection makefile for: openser
#
# $OpenBSD$
#
# $Id: Makefile,v 1.4 2006/06/30 10:34:46 bogdan_iancu Exp $
#
COMMENT= "Open SIP Express Router"
PORTNAME= openser
PORTVERSION= 1.1.0
www.eeworm.com/read/184888/5244667
makefile
# New ports collection makefile for: openser
#
# $NetBSD$
#
# $Id: Makefile,v 1.4 2006/06/30 10:31:15 bogdan_iancu Exp $
#
COMMENT= "Open SIP Express Router"
PORTNAME= openser
PORTVERSION= 1.0.0
www.eeworm.com/read/184888/5244672
makefile
# New ports collection makefile for: openser
# Date created: 20 October 2005
# Whom: jesusr
#
# $FreeBSD: ports/net/openser/Makefile,v 1.2 2005/11/28 01:38:23 jylefort Exp $
#
PORTNAME= opense
www.eeworm.com/read/184771/5245165
java wbpersonhome.java
package personal_payout_manage.ejbs;
import javax.ejb.EJBLocalHome;
import javax.ejb.CreateException;
import javax.ejb.FinderException;
import java.util.Collection;
public interface WbPersonH
www.eeworm.com/read/184771/5245170
java wbmaterialhome.java
package personal_payout_manage.ejbs;
import javax.ejb.EJBLocalHome;
import javax.ejb.CreateException;
import javax.ejb.FinderException;
import java.util.Collection;
public interface WbMateria