代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/365785/2895411
c misc.c
/* This file contains a collection of miscellaneous procedures. Some of them
* perform simple system calls. Some others do a little part of system calls
* that are mostly performed by the Memory M
www.eeworm.com/read/364803/2901454
java daofactoryutils.java
package com.newsoft.hibernate;
import java.util.Collection;
/**
* @author davi
* @version 1.0
*/
public abstract class DaoFactoryUtils {
public String sql;
public int pageStart;
www.eeworm.com/read/362762/2927387
c misc.c
/* This file contains a collection of miscellaneous procedures. Some of them
* perform simple system calls. Some others do a little part of system calls
* that are mostly performed by the Memory M
www.eeworm.com/read/362572/2930770
c gc-krefs.c
/* gc-refs.c
* Maintain set of references in the garbage collector root set.
* This is independent of the actual collection mechanism
*
* Copyright (c) 1996, 1997, 1998, 1999
* Transvirtual Techn
www.eeworm.com/read/362572/2930882
c gc-refs.c
/* gc-refs.c
* Maintain set of references in the garbage collector root set.
* This is independent of the actual collection mechanism
*
* Copyright (c) 1996, 1997, 1998, 1999
* Transvirtual Techn
www.eeworm.com/read/361261/2947663
h atmotools.h
/*
* AtmoTools.h: Collection of tool and helperfunction
*
* See the README.txt file for copyright information and how to reach the author(s).
*
* $Id$
*/
#ifndef _AtmoTools_h_
#define _AtmoTools
www.eeworm.com/read/361261/2947678
cpp atmotools.cpp
/*
* AtmoTools.cpp: Collection of tool and helperfunction
*
* See the README.txt file for copyright information and how to reach the author(s).
*
* $Id$
*/
#include "AtmoTools.h"
#include "Atmo
www.eeworm.com/read/359386/2976738
java cart.java
package examples;
import java.util.Collection;
import java.rmi.RemoteException;
import java.util.*;
/**
* This is the CartBean remote interface.
*
* This interface is what clients operat
www.eeworm.com/read/358272/2987787
java graphproperties.java
/*
* Created on Apr 21, 2005
*/
package org.mindswap.swoop.utils.graph;
import java.util.Collection;
/**
* @author Evren Sirin
*
*/
public interface GraphProperties {
public Str
www.eeworm.com/read/356070/3043014
tcl search.tcl
# search.tcl --
#
# This demonstration script creates a collection of widgets that
# allow you to load a file into a text widget, then perform searches
# on that file.
#
# RCS: @(#) $Id: search.tcl,v