代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/294038/3921405
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/292705/3943123
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/288961/3997353
java inheritancetestbean.java
package org.codehaus.xfire.aegis.type.collection;
public class InheritanceTestBean extends TestBean {
private String property;
public String getProperty() {
return property;
}
public void set
www.eeworm.com/read/288894/4002796
java child.java
package org.hibernate.test.collection.map;
/**
* todo: describe Child
*
* @author Steve Ebersole
*/
public class Child {
private String name;
private Parent parent;
public Child()
www.eeworm.com/read/288894/4002802
java child.java
package org.hibernate.test.collection.set;
/**
* todo: describe Child
*
* @author Steve Ebersole
*/
public class Child {
private String name;
private Parent parent;
public Child()
www.eeworm.com/read/288894/4002983
java persistentmylist.java
package org.hibernate.test.usercollection;
import org.hibernate.collection.PersistentList;
import org.hibernate.engine.SessionImplementor;
public class PersistentMyList extends PersistentList i
www.eeworm.com/read/288086/4012292
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/284374/4065247
tcl search.tcl
# search.tcl --
#
# This demonstration script creates a collection of widgets that
# allow you to load a file into a text widget, then perform searches
# on that file.
#
# RCS: @(#) $Id: search.tcl,v
www.eeworm.com/read/284374/4065250
tcl sayings.tcl
# sayings.tcl --
#
# This demonstration script creates a listbox that can be scrolled
# both horizontally and vertically. It displays a collection of
# well-known sayings.
#
# RCS: @(#) $Id: sayings.