代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/439082/1818316
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
*
www.eeworm.com/read/437952/1828376
java persistertest.java
package org.hibernate.test.annotations.persister;
import org.hibernate.mapping.Collection;
import org.hibernate.mapping.PersistentClass;
import org.hibernate.persister.entity.SingleTableEntityPersist
www.eeworm.com/read/436207/1851065
java tokenfilter.java
package weka.datagenerators;
import java.util.Collection;
/**
* The interface that all filters have to implement. A token filter
* transforms a given token into another form. It may also toss
*
www.eeworm.com/read/430518/1927294
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
*
www.eeworm.com/read/430343/1932687
java arraylisttest.java
package connections;
import java.util.*;
class ArrayListTest{
public static void printElements(Collection c){
Iterator it=c.iterator();
while(it.hasNext()){
System.ou
www.eeworm.com/read/427819/1964971
pm segmentinfos.pm
package Plucene::Index::SegmentInfos;
=head1 NAME
Plucene::Index::SegmentInfos - A collection of SegmentInfo objects
=head1 SYNOPSIS
my $segmentinfos = Plucene::Index::SegmentInfos->new;
$segme
www.eeworm.com/read/423632/2025611
spec binutils-cs-69.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
%define cs_version 4.1-69
Summary : A GNU collection of binary utilities.
Name : binutils
Version : 2.17
Release
www.eeworm.com/read/422060/2046078
phpt bug37457.phpt
--TEST--
Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)
--SKIPIF--
--FILE--
www.eeworm.com/read/420841/2059855
java user.java
package hibernate3.collection;
import java.util.*;
public class User {
private long id;
private String name;
private Map files = new HashMap();
public long getId() {
www.eeworm.com/read/414420/2146977
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.
*