代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/103315/6218839
java roomvalue.java
package com.borland.training.meetings.sessions;
import java.util.*;
import com.borland.training.meetings.entities.*;
public class RoomValue implements java.io.Serializable {
private String name;
www.eeworm.com/read/103017/6224209
java shoppingcart.java
package com.jdon.estore.model;
import com.jdon.controller.model.Model;
import java.util.*;
public class ShoppingCart implements Model {
private String totalCost;
private String[] itemId
www.eeworm.com/read/103017/6224214
java cartform.java
package com.jdon.estore.web.cart;
import com.jdon.strutsutil.ModelForm;
import java.util.*;
public class CartForm extends ModelForm {
private Collection items = new ArrayList();
priva
www.eeworm.com/read/102571/6231169
java threaddao.java
package org.redsoft.forum.dao;
/**
* Forum's DAO interface
*
* @author Charles Huang
* @since JDK 1.4
* @version 1.0
*/
import org.redsoft.forum.dao.PersistentThread;
import org.redso
www.eeworm.com/read/101082/6244596
8 kgmon.8
.\" SCCSID: @(#)kgmon.8 8.2 12/4/90
.TH kgmon 8 "" "" Unsupported
.SH Name
kgmon \- generate a dump of the operating system's profile buffers
.SH Syntax
.B /etc/kgmon
[
.I options
] [
.I system
] [
www.eeworm.com/read/101082/6246459
8 kgmon.8
.\" SCCSID: @(#)kgmon.8 8.2 12/4/90
.TH kgmon 8 "" "" Unsupported
.SH Name
kgmon \- generate a dump of the operating system's profile buffers
.SH Syntax
.B /etc/kgmon
[
.I options
] [
.I system
] [
www.eeworm.com/read/101042/6258016
h collect.h
/*
* Copyright (c) 2001 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/100409/6270152
java collectionimpl.java
/**
* org/ozone-db/xml/dom/CollectionImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
* with the Lic
www.eeworm.com/read/100409/6270189
java htmlcollectionimpl.java
/**
* org/ozone-db/xml/dom/html/HTMLCollectionImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
* wit
www.eeworm.com/read/100285/6272116
readme
This directory contains our feeble collection of tests. To test foo.sql do
psql -q < foo.sql >! foo.out
diff foo.out results/foo.sql.out