代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/113176/6136222
java assignable.java
package org.hibernate.test;
import java.util.Collection;
/**
* @author Administrator
*/
public class Assignable {
private String id;
private Collection categories;
public Collection
www.eeworm.com/read/403321/11519119
cs iteratorrealworld.cs
using System;
using System.Windows.Forms;
using System.Collections;
//迭代器模式(Iterator)
//意图
// 提供一种方法顺序访问一个聚合对象中各个元素, 而又不需暴露该对象的内部表示。
//适用性
// 1.访问一个聚合对象的内容而无需暴露它的内部表示。
// 2.支持对聚合对象的
www.eeworm.com/read/344239/11896369
java addinggroups.java
//: holding/AddingGroups.java
// Adding groups of elements to Collection objects.
import java.util.*;
public class AddingGroups {
public static void main(String[] args) {
Collection
www.eeworm.com/read/172147/5389358
java collectionutils.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/169327/5424649
java assignable.java
package org.hibernate.test;
import java.util.Collection;
/**
* @author Administrator
*/
public class Assignable {
private String id;
private Collection categories;
public Collection
www.eeworm.com/read/168554/5444762
java atomservice.java
/*
* Copyright 2005 David M Johnson (For RSS and Atom In Action)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licen
www.eeworm.com/read/163959/5504989
java assignable.java
package org.hibernate.test.legacy;
import java.util.Collection;
/**
* @author Administrator
*/
public class Assignable {
private String id;
private Collection categories;
public Collection get
www.eeworm.com/read/156023/5615434
java draftdocu.java
package com.huiton.cerp.wfs.document.ejb;
import java.rmi.RemoteException;
import java.util.Collection;
import java.util.HashMap;
import javax.ejb.EJBException;
import javax.ejb.EJBObject;
p
www.eeworm.com/read/155495/5622151
java userlistform.java
//Created by MyEclipse Struts
// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.8.0/xslt/JavaClass.xsl
package de.laliluna.tutorial.library.struts.form;
impor