代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/231546/4714882
pod perlbot.pod
=head1 NAME
perlbot - Bag'o Object Tricks (the BOT)
=head1 DESCRIPTION
The following collection of tricks and hints is intended to whet curious
appetites about such things as the use of instance va
www.eeworm.com/read/231203/4717624
java personbean.java
package test.ejb;
import test.interfaces.PersonData;
import javax.ejb.*;
import java.util.Collection;
/**
* This is a person bean. It is an example of how to use the XDoclet tags.
*
*
www.eeworm.com/read/230662/4719980
java jsonarray.java
package org.json;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.NoSuchElementException;
/**
* A JSONArray is an ordered sequence
www.eeworm.com/read/225324/4796163
java store.java
package org.exolab.jms.tools.migration;
import javax.jms.JMSException;
import org.exolab.jms.persistence.PersistenceException;
/**
* Store represents a persistent collection.
* It p
www.eeworm.com/read/225009/4799999
java setdealerfactory.java
package xyz.frame.jpath;
import java.util.Collection;
import xyz.frame.util.SettingException;
/**
* A set dealer factory.
*
* @author Guilherme Silveira
*/
public class SetDealerFactory {
pu
www.eeworm.com/read/224303/4805145
java iphotobusiness.java
package com.hintsoft.vod.business;
import java.util.Collection;
import com.hintsoft.vod.entities.Photo;
public interface IPhotoBusiness {
public void createPhoto(Photo photo);
publi
www.eeworm.com/read/224303/4805180
java phototypedao.java
package com.hintsoft.vod.dao.iface;
import java.util.Collection;
import com.hintsoft.vod.entities.PhotoType;
public interface PhotoTypeDAO {
public void createPhotoType(PhotoType photo);
www.eeworm.com/read/224303/4805212
java pagebean.java
package com.hintsoft.vod.entities;
import java.util.Collection;
public class PageBean {
private int recordPage = 2;
private int currentPage = 1;
private int totalPage;
private int
www.eeworm.com/read/219550/4847753
java linkstateresults.java
package planet.results;
import java.util.Collection;
import java.util.Hashtable;
import planet.commonapi.RouteMessage;
import planet.commonapi.Id;
/**
* LinkStateResults is a class which
www.eeworm.com/read/218564/4859625
js list.js
/**
* An ordered collection. The user can insert element,access element,remove
* element,etc.
* It is zero based.
* @copyright Copyright (c) xio.name 2006
* @author xio
*/
function List() {