代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/279177/4138989

java collections.java

package salvo.jesus.util; import java.util.*; public class Collections { /** * Returns a subset of the specified collection whose elements match a given object * using a specified C
www.eeworm.com/read/274602/4185675

java cart.java

package examples; import java.util.Collection; import java.rmi.RemoteException; import java.util.*; /** * This is the CartBean remote interface. * * This interface is what clients operate
www.eeworm.com/read/273883/4191363

java util.java

package com.ecyrd.jspwiki; import java.util.*; /** * Utilities for tests. */ public class Util { /** * Check that a collection contains the required string. */ static public bool
www.eeworm.com/read/273740/4194383

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * * Modified for ARM Linux by Russ
www.eeworm.com/read/269694/4244150

jbx cart.jbx

[PropertyInfo] allCartItems,Iterator,false,false, , ,true, cartItem,CartItem,false,false, , ,false, itemMap,Map,false,false, , ,false, items,Collection,false,false, , ,t
www.eeworm.com/read/269040/4247800

java visitor.java

package org.gof.action.visitor; import java.util.Collection; public interface Visitor { public void visitString(StringElement stringE); public void visitFloat(FloatElement floatE);
www.eeworm.com/read/450769/1669692

bas documentscollection.bas

'DocumentsCollection.bas illustrates the properties and ' methods of the Surfer Documents Collection. - TB - 25 Oct 01 Sub Main Debug.Print "----- DocumentsCollecton.bas - ";Time;" -----" 'Get
www.eeworm.com/read/446958/1707793

jbx cart.jbx

[PropertyInfo] allCartItems,Iterator,false,false, , ,true, cartItem,CartItem,false,false, , ,false, itemMap,Map,false,false, , ,false, items,Collection,false,false, , ,t
www.eeworm.com/read/445837/1717652

java cart.java

package examples; import java.util.Collection; import java.rmi.RemoteException; import java.util.*; /** * This is the CartBean remote interface. * * This interface is what clients operate
www.eeworm.com/read/443386/1741695

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * * Modified for ARM Linux by Russ