代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/173855/5367165
java producthome.java
package examples.cmp;
import javax.ejb.*;
import java.rmi.RemoteException;
import java.util.Collection;
/**
* This is the home interface for Product. This interface
* is implemented by the EJB Se
www.eeworm.com/read/171581/5393260
java propertysheet.java
/*
* 01/27/2005
*
* PropertySheet.java - A collection of editable properties.
* Copyright (C) 2005 Robert Futrell
* email@address.com
* www.website.com
*
* This program is free softwar
www.eeworm.com/read/168763/5436671
h ads860.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola 860 ADS board. Copied from the MBX stuff.
* Magnus Damm added defines for 8xxrom and extended bd_info.
*
www.eeworm.com/read/168763/5436703
h gth.h
/*
* Parameters for GTH board
* Based on FADS860T
* by thomas.lange@corelatus.com
* A collection of structures, addresses, and values associated with
* the Motorola 860T FADS board. Copied
www.eeworm.com/read/167728/5453143
3 gsl.3
.TH GSL 3 "GNU Scientific Library" "GSL Team" \" -*- nroff -*-
.SH NAME
gsl - GNU Scientific Library
.SH SYNOPSIS
#include
.SH DESCRIPTION
The GNU Scientific Library (GSL) is a collection of
www.eeworm.com/read/340665/3283318
java permissions.java
/* Permissions.java -- a collection of permission collections
Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/340425/3286423
java unsignedutils.java
package net.sf.fmj.utility;
/**
* Because java does not support unsigned types, a collection of useful functions for
* treating types as unsigned.
*
* @author Ken Larson
*/
public final class Unsi
www.eeworm.com/read/335495/3358678
java pagebean.java
package com.lideedu.huang.addressBook.utils;
import java.util.Collection;
import com.lideedu.huang.addressBook.pojos.ValueObject;
public class PageBean extends ValueObject {
privat
www.eeworm.com/read/333121/3390157
java mathtools.java
/*
* MathTools -- A collection of useful math utility routines.
*
* Copyright (C) 1999-2002 by Joseph A. Huwaldt .
* All rights reserved.
*
* This library is free sof
www.eeworm.com/read/330522/3421678
java sqlsentencedao.java
package cn.myapps.core.report.dataprepare.dao;
import java.util.Collection;
import cn.myapps.base.dao.DataPackage;
public interface SqlSentenceDAO {
public DataPackage getSqlSentenceByDa