代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/442776/7645125
java viewcategory.java
package com.jspdev.ch15product;
import java.sql.*;
import java.util.*;
import java.io.*;
import com.jspdev.util.*;
//查看所有的商品分类
public class ViewCategory
{
private Connection con;
//公共方法,获
www.eeworm.com/read/442776/7645131
java productbean.java
package com.jspdev.ch15product;
import java.sql.*;
import java.util.*;
import java.io.*;
import com.jspdev.util.*;
/**
*ProductBean包含和Product表相关的操作
*/
public class ProductBean
{
private
www.eeworm.com/read/440948/7678480
cs stopwordshandler.cs
using System;
using System.Collections;
namespace WawaSoft.Search.Common
{
///
/// 用于移除停止词
///
public class StopWordsHandler
{
public static strin
www.eeworm.com/read/438037/7737474
m main.m
%% it is main function to realize lagrange interpolation%%
%% the vector X is a collection of interpolation points %%
%% the vector F is a collection of interpolated function values%%
%% Obviously,
www.eeworm.com/read/434781/7801769
java collectionsequence30.java
// holding/CollectionSequence30.java
import typeinfo.pets.*;
import java.util.*;
public class CollectionSequence30 implements Collection {
private Pet[] pets = Pets.createArray(8);
publi
www.eeworm.com/read/434781/7801782
java ex11(1).java
// holding/Ex11.java
// TIJ4 Chapter Holding, Exercise 11, page 409
/* Write a method that uses an Iterator to step through a Collection and
* print the toString() of each object in the container.
www.eeworm.com/read/434781/7801809
java unsupported6.java
// containers/Unsupported6.java
// TIJ4 Chapter Containers, Exercise 6, page 817
/* Note that List has additional "optional" operations that are not included
* in Collection. Write a version of Uns
www.eeworm.com/read/434781/7801840
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat