代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/125116/6033333
java registertreeset.java
package net.betterjava.design.collection.shadowcopy;
import java.util.Iterator;
import java.util.TreeSet;
public class RegisterTreeSet implements Cloneable {
private TreeSet visitors;
publi
www.eeworm.com/read/125116/6033339
java registerhashset.java
package net.betterjava.design.collection.shadowcopy;
import java.util.HashSet;
import java.util.Iterator;
public class RegisterHashSet implements Cloneable {
private HashSet visitors;
publi
www.eeworm.com/read/116649/6112864
java studentbean.java
package cmpsample;
import javax.ejb.*;
import java.util.Collection;
abstract public class StudentBean implements EntityBean {
EntityContext entityContext;
public java.lang.Integer ejbCreate(java
www.eeworm.com/read/111305/6158240
java processblock.java
package org.jgpd.io.jbpm.definition;
import java.util.*;
import org.jgraph.graph.GraphModel;
public interface ProcessBlock extends DefinitionObject {
Collection getNodes();
HashMap getAtt
www.eeworm.com/read/110034/6166320
c misc.c
/*
* arch/mips/galileo/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 Ho
www.eeworm.com/read/109233/6175956
rb tcltk.rb
# tof
#### tcltk library, more direct manipulation of tcl/tk
#### Sep. 5, 1997 Y. Shigehiro
require "tcltklib"
################
# module TclTk: collection of tcl/tk utilities (supplies namespace.)
www.eeworm.com/read/108242/6183826
c recycle.c
/* recycle.c */
/* Author:
* Steve Kirkendall
* 14407 SW Teal Blvd. #C
* Beaverton, OR 97005
* kirkenda@cs.pdx.edu
*/
/* This file contains the functions perform garbage collection and allocat
www.eeworm.com/read/103315/6218866
java meetingbean.java
package com.borland.training.meetings.entities;
import javax.ejb.*;
import java.util.Collection;
abstract public class MeetingBean implements EntityBean {
EntityContext entityContext;
public j
www.eeworm.com/read/102935/6227526
h mbx.h
/*
* BK Id: SCCS/s.mbx.h 1.11 08/17/01 15:23:17 paulus
*/
/*
* A collection of structures, addresses, and values associated with
* the Motorola MBX boards. This was originally created for the
*