代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/287652/4018713
java worker.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
package masteringrmi.chat.server;
import java.io.IOException;
import java.util.Collection;
import java.util.ArrayList;
www.eeworm.com/read/287652/4018717
java topic.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
package masteringrmi.chat.interfaces;
import java.io.IOException;
import java.rmi.Remote;
import java.util.Collection;
www.eeworm.com/read/280962/4121222
py associationproxy.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy.orm import *
from sqlalchemy.orm.collections import collection
from sqlalchemy.ext.associationproxy import *
fro
www.eeworm.com/read/279130/4139295
java accountprofile.java
package com.jdon.jivejdon.model;
import java.util.Collection;
import com.jdon.controller.model.Model;
public class AccountProfile extends Model{
private Account account;
private Upl
www.eeworm.com/read/276787/4163876
control libgpewidget1.control
Package: libgpewidget1
Version: 0.115-r0
Description: libgpewidget contains a collection of widgets and other common code shared by many GPE applications.
Section: gpe/libs
Priority: optional
Maintain
www.eeworm.com/read/273461/4211371
java wbrolehome.java
package custom_management;
import javax.ejb.EJBLocalHome;
import javax.ejb.CreateException;
import javax.ejb.FinderException;
import java.util.Collection;
public interface WbRoleHome
ext
www.eeworm.com/read/272480/4216365
java facade.java
package bookstoreejb;
import javax.ejb.*;
import java.util.*;
import java.rmi.*;
public interface facade extends javax.ejb.EJBObject {
public Collection getAllBook() throws RemoteException;
publ
www.eeworm.com/read/268397/4252902
java ircollection.java
package dragon.ir.index;
import dragon.util.*;
import java.io.*;
/**
* IRCollection is the data structure for a document collection
*
* Copyright: Copyright (c) 2005
www.eeworm.com/read/450769/1669674
bas windows.bas
'Windows.bas illustrates the Windows Collection and Window Object.
Sub Main
Debug.Print "----- Windows.bas - ";Time;" -----"
'Get existing Surfer instance, or create a new one If none exists.
www.eeworm.com/read/450106/1672435
java categorydao.java
package auction.dao;
import auction.model.Category;
import java.util.Collection;
/**
* Business DAO operations related to the Category entity.
*
* @see Category
* @author Christian Bau