代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/227593/4773941
pm collection.pm
package AI::Categorizer::Collection;
use strict;
use Params::Validate qw(:types);
use Class::Container;
use base qw(Class::Container);
__PACKAGE__->valid_params
(
verbose => {type => SCALAR, def
www.eeworm.com/read/218500/4860207
java collection.java
/**
* ===================================================================
*
* Copyright (c) 2003 Ludovic Dubost, All rights reserved.
*
* This program is free software; you can redistribute
www.eeworm.com/read/213496/4916166
java collection.java
//$Id: Collection.java,v 1.16.2.12 2003/12/01 05:29:15 oneovthafew Exp $
package net.sf.hibernate.mapping;
import java.util.Comparator;
import java.util.Iterator;
import net.sf.hibernate.MappingExce
www.eeworm.com/read/213039/4932184
dsw collection.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/213039/4932187
cpp collection.cpp
// collection.cpp,v 4.12 2003/11/01 11:15:24 dhinton Exp
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILENAME
//
www.eeworm.com/read/213039/4932188
dsp collection.dsp
# Microsoft Developer Studio Project File - Name="NETSVCS Token Collection Client" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
#
www.eeworm.com/read/209036/4987723
java collection.java
/* Collection.java -- Interface that represents a collection of objects
Copyright (C) 1998, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software;
www.eeworm.com/read/205046/5026169
java collection.java
/* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/198324/5087929
java collection.java
/*
* Collection.java
*
* Version: $Revision: 1.57 $
*
* Date: $Date: 2006/05/26 14:16:20 $
*
* Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
* Institute of Technology. Al
www.eeworm.com/read/192230/5159621
c collection.c
/*
* Test program for trace collection
*/
/*
* Typedefs
*/
typedef struct TEST_STRUCT {
char memberc;
int memberi;
float memberf;
double memberd;
} test_struct;
typedef int test_a