代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/238231/4616962
extra entries.extra
/Bevel.ico////*///
/Boa.ico////*///
/ClassBrowser.ico////*///
/Collection.ico////*///
/Debug.ico////*///
/Designer.ico////*///
/Editor.ico////*///
/Help.ico////*///
/Inspector.ico////*///
/La
www.eeworm.com/read/235678/4646626
java userbean.java
package com;
import java.sql.*;
import java.util.*;
import java.util.ArrayList;
import java.util.Collection;
public class UserBean
{
private Connection con;
UserClass user;
www.eeworm.com/read/235582/4649255
java messages.java
/**
* Messages.java
*
* A canonical collection of all messages available to an application.
*
* Created: Fri Apr 17 10:04:48 1998
*
* @author Steven Zeil
* @version
*/
package edu.odu.cs.zei
www.eeworm.com/read/233448/4689509
java set.java
/* Set.java -- A collection that prohibits duplicates
Copyright (C) 1998, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can re
www.eeworm.com/read/233448/4689529
java list.java
/* List.java -- An ordered collection which allows indexed access
Copyright (C) 1998, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software
www.eeworm.com/read/229812/4751832
gml farrays.gml
.chap *refid=farrays Arrays
.*
.if &e'&dohelp eq 0 .do begin
.section Introduction
.do end
.*
.np
An array is a non-empty collection of data.
Arrays allow a convenient way of manipulating larg
www.eeworm.com/read/224303/4805133
java ipbusinessimpl.java
package com.hintsoft.vod.business;
import java.util.Collection;
import com.hintsoft.vod.entities.IP;
public class IPBusinessImpl implements IIPBusiness {
public void createIP(IP ip) {
}
www.eeworm.com/read/224303/4805142
java iplayactorbusiness.java
package com.hintsoft.vod.business;
import java.util.Collection;
import com.hintsoft.vod.entities.Playactor;
import com.hintsoft.vod.entities.Associate;
public interface IPlayactorBusiness {
www.eeworm.com/read/223881/4808719
java productsaction.java
package com.game.products.web.actions;
import java.util.Collection;
import org.acegisecurity.Authentication;
import org.acegisecurity.context.SecurityContextHolder;
import com.game.commons.A
www.eeworm.com/read/223787/4808878
java collectiondata.java
//: net/mindview/util/CollectionData.java
// A Collection filled with data using a generator object.
package net.mindview.util;
import java.util.*;
public class CollectionData extends ArrayLi