代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/204761/5029277
java ordermanager.java
package com.wls8unleashed.jms;
import java.util.*;
/**
* Simple class used to return a collection of
* orders used with our example JMS code.
*/
public class OrderManager {
/**
*
www.eeworm.com/read/200288/5067245
h ads860.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola 860 ADS board. Copied from the MBX stuff.
* Magnus Damm added defines for 8xxrom and extended bd_info.
*
www.eeworm.com/read/200288/5067284
h gth.h
/*
* Parameters for GTH board
* Based on FADS860T
* by thomas.lange@corelatus.com
* A collection of structures, addresses, and values associated with
* the Motorola 860T FADS board. Copied
www.eeworm.com/read/199528/5076162
java collectionutils.java
package edu.stanford.nlp.util;
import java.util.*;
/**
* Collection of useful static methods for working with Collections. Includes
* methods to increment counts in maps and cast list/map elements
www.eeworm.com/read/199349/5077817
java~22~ reservationbean.java~22~
package com.xc.hotelmanager.hotel.control.entity;
import javax.ejb.*;
import java.util.Collection;
abstract public class ReservationBean implements EntityBean {
EntityContext entityContext;
publ
www.eeworm.com/read/199349/5077820
java~13~ roomtypebean.java~13~
package com.xc.hotelmanager.hotel.control.entity;
import javax.ejb.*;
import java.util.Collection;
abstract public class RoomTypeBean implements EntityBean {
EntityContext entityContext;
public
www.eeworm.com/read/199349/5077823
java~6~ tbroomtypebean.java~6~
package com.xc.hotelmanager.hotel.control.entity;
import javax.ejb.*;
import java.util.Collection;
abstract public class TbRoomTypeBean implements EntityBean {
EntityContext entityContext;
publi
www.eeworm.com/read/199349/5077885
java~21~ reservationbean.java~21~
package com.xc.hotelmanager.hotel.control.entity;
import javax.ejb.*;
import java.util.Collection;
abstract public class ReservationBean implements EntityBean {
EntityContext entityContext;
publ
www.eeworm.com/read/199349/5078012
java~14~ roomtypebean.java~14~
package com.xc.hotelmanager.hotel.control.entity;
import javax.ejb.*;
import java.util.Collection;
abstract public class RoomTypeBean implements EntityBean {
EntityContext entityContext;
public
www.eeworm.com/read/198501/5086939
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
* puts by Nick Holloway 1993
*/
#include "gzip.h"
#include