代码搜索:Collection

找到约 10,000 项符合「Collection」的源代码

代码结果 10,000
www.eeworm.com/read/443386/1744640

h fads.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860T FADS board. Copied from the MBX stuff. * * Copyright (c) 1998 Dan Malek (dmalek@jlc.net) */ #ifdef __KE
www.eeworm.com/read/439205/1807240

java resourcebundleeventpropertyhandlerutil.java

/* * ResourceBundleEventPropertyHandlerUtil.java * * Created on 2002/08/13, 13:24 */ package jp.co.intra_mart.framework.base.event; import java.util.Collection; import java.util.Enumera
www.eeworm.com/read/438487/1825034

java buybilldaohibernateimpl.java

package com.jsfabc.jsh.model.dao.hibernateImpl; import java.util.Collection; import org.springframework.dao.DataAccessException; import org.springframework.orm.hibernate3.support.Hibern
www.eeworm.com/read/436526/1848606

java mysecureresourcefilter.java

package cn.edu.zust.gk.user.web.filter; import java.util.Collection; import org.springframework.security.ConfigAttributeDefinition; import org.springframework.security.intercept.web.FilterInvoc
www.eeworm.com/read/432906/1886407

c xenstat_netbsd.c

/* libxenstat: statistics-collection library for Xen * Copyright (C) International Business Machines Corp., 2005 * Authors: Josh Triplett * Judy Fischbach
www.eeworm.com/read/432727/1890760

java comparisontype.java

package org.zkoss.zkdemo.test; import java.util.ArrayList; import java.util.Collection; import org.hibernate.criterion.MatchMode; public class ComparisonType { private ComparisonType(St
www.eeworm.com/read/430947/1913769

java foreachcollections.java

package chapter11; import java.util.*; public class ForEachCollections { public static void main(String args[]){ Collection cs=new LinkedList(); Collections.addAll(cs, "In ou
www.eeworm.com/read/430947/1913840

java collectiondata.java

//: net/mindview/util/CollectionData.java // A Collection filled with data using a generator object. package net.mindview.util; import java.util.*; public class CollectionData extends ArrayLi
www.eeworm.com/read/430881/1916154

java foreachcollections.java

package chapter11; import java.util.*; public class ForEachCollections { public static void main(String args[]){ Collection cs=new LinkedList(); Collections.addAll(cs, "In ou
www.eeworm.com/read/430881/1916225

java collectiondata.java

//: net/mindview/util/CollectionData.java // A Collection filled with data using a generator object. package net.mindview.util; import java.util.*; public class CollectionData extends ArrayLi