代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/221815/4825740

java productservice.java

package com.meybosoft.microerp.business; import java.util.Collection; import com.easyjf.web.tools.IPageList; import com.meybosoft.microerp.domain.Product; public interface ProductService {
www.eeworm.com/read/218003/4865609

java defaultgraph.java

package net.sourceforge.jpowergraph; import java.util.Collection; import java.util.Iterator; import java.util.LinkedList; import java.util.List; /** * A default implementation of a mutable
www.eeworm.com/read/217995/4865671

java defaultgraph.java

package net.sourceforge.jpowergraph; import java.util.Collection; import java.util.Iterator; import java.util.LinkedList; import java.util.List; /** * A default implementation of a mutable
www.eeworm.com/read/217381/4871144

h genietv.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860T FADS board. Copied from the MBX stuff. * Magnus Damm added defines for 8xxrom and extended bd_info.
www.eeworm.com/read/217381/4871167

h fads860t.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860T FADS board. Copied from the MBX stuff. * Magnus Damm added defines for 8xxrom and extended bd_info.
www.eeworm.com/read/217381/4871205

h fads823.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860T FADS board. Copied from the MBX stuff. * Magnus Damm added defines for 8xxrom and extended bd_info.
www.eeworm.com/read/217381/4871254

h fads850sar.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860T FADS board. Copied from the MBX stuff. * Magnus Damm added defines for 8xxrom and extended bd_info.
www.eeworm.com/read/216802/4886843

h macros.h

/** * \file macros.h * A collection of useful macros. */ /* * Mesa 3-D graphics library * Version: 6.0 * * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * * Permissi
www.eeworm.com/read/216502/4890765

p3

.NH THE STANDARD I/O LIBRARY .PP The ``Standard I/O Library'' is a collection of routines intended to provide efficient and portable I/O services for most C programs. The standard I/O library is avail
www.eeworm.com/read/215493/4903343

java splitcamelcaseidentifiertest.java

package edu.umd.cs.findbugs.ml; import java.util.Collection; import junit.framework.Assert; import junit.framework.TestCase; public class SplitCamelCaseIdentifierTest extends TestCase { SplitCamel