代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/212617/4935031

java chapter.java

package com.ajaxlab.ajax; import java.util.*; public class Chapter { private String id = ""; private String name = ""; private Collection sectiones = new ArrayList(); public Chapter() {
www.eeworm.com/read/209559/4959176

c misc.c

/* * arch/sh/boot/compressed/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 * * Adapted
www.eeworm.com/read/209559/4962041

c misc.c

/* * arch/shmedia/boot/compressed/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 * * Ada
www.eeworm.com/read/209559/4962142

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 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/209559/4962858

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 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/209559/4965792

c nodemgr.c

/* * Node information (ConfigROM) collection and management. * * Copyright (C) 2000 Andreas E. Bombe * 2001-2003 Ben Collins * * This code is licensed under
www.eeworm.com/read/209547/4975283

java clinic.java

package org.springframework.samples.petclinic; import java.util.Collection; import org.springframework.dao.DataAccessException; /** * The high-level PetClinic business interface. * *
www.eeworm.com/read/209036/4987732

java abstractcollection.java

/* AbstractCollection.java -- Abstract implementation of most of Collection Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free
www.eeworm.com/read/199528/5076126

java basicdatum.java

package edu.stanford.nlp.dbm; import java.util.*; /** * Basic implementation of Datum interface that can be constructed with a * Collection of features and one more more labels. The features must
www.eeworm.com/read/199528/5076127

java labeled.java

package edu.stanford.nlp.dbm; import java.util.*; /** * Interface for Objects that have a label, whose label is an Object. * There are only two methods: Object label() and Collection labels() * If