代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/213329/4917079
java pprint.java
//: net/mindview/util/PPrint.java
// Pretty-printer for collections
package net.mindview.util;
import java.util.*;
public class PPrint {
public static String pformat(Collection c) {
i
www.eeworm.com/read/213215/4917841
java container.java
package com.reddragon2046.base.utilities.data;
import java.io.Serializable;
import java.util.Collection;
// Referenced classes of package com.reddragon2046.base.utilities.data:
// F
www.eeworm.com/read/213215/4917865
java inputiterator.java
package com.reddragon2046.base.utilities.data;
import java.util.Collection;
import java.util.Iterator;
// Referenced classes of package com.reddragon2046.base.utilities.data:
// Opa
www.eeworm.com/read/212617/4935042
java book.java
package com.ajaxlab.ajax;
import java.util.*;
public class Book {
private String title = "";//书名
private String author = "";//作者
private String publisher = "";//出版社
private Collection chap
www.eeworm.com/read/210283/4950665
java fundaccounthome.java
package com.fund.client;
import javax.ejb.EJBLocalHome;
import javax.ejb.CreateException;
import javax.ejb.FinderException;
import java.util.Collection;
/**
*
* Title:
*
*
www.eeworm.com/read/209629/4957669
java iuserservice.java
package com.easyjf.example.business;
import java.util.Collection;
import java.util.List;
public interface IUserService {
public IUser newUser();
public IUser read(String cid);
public List
www.eeworm.com/read/209559/4963142
h rpx8260.h
/*
* A collection of structures, addresses, and values associated with
* the Embedded Planet RPX6 (or RPX Super) MPC8260 board.
* Copied from the RPX-Classic and SBS8260 stuff.
*
* Copyright (c)
www.eeworm.com/read/209547/4975316
java abstractclinictests.java
package org.springframework.samples.petclinic;
import java.util.Collection;
import java.util.Date;
import org.springframework.samples.petclinic.util.EntityUtils;
import org.springframework.tes
www.eeworm.com/read/209510/4977744
java pprint.java
//: net/mindview/util/PPrint.java
// Pretty-printer for collections
package net.mindview.util;
import java.util.*;
public class PPrint {
public static String pformat(Collection c) {
i
www.eeworm.com/read/209036/4987727
java list.java
/* List.java -- An ordered collection which allows indexed access
Copyright (C) 1998, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you c