代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/446160/1715221
java queryspecification.java
package com.jdon.jivejdon.model.query;
import java.util.Collection;
/**
* QuerySpecification
* we regard SQL as a specification that belongs to domain layer ,
* now default is Databse
www.eeworm.com/read/445837/1717675
java customerhome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
/**
* This is the local home interface for our entity bean.
* The container will implement this as the home object,
* wh
www.eeworm.com/read/440906/1784784
java propertypermissioncollection.java
/* PropertyPermissionCollection.java -- a collection of PropertyPermissions
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; y
www.eeworm.com/read/438251/1826606
java parserfactory.java
package prefuse.data.parser;
import java.util.Arrays;
/**
* Factory class that maintains a collection of parser instances and returns
* the appropriate parser based on a history of samples p
www.eeworm.com/read/431110/1911559
txt description.txt
This is the second collection of Pluto unit tests.
It does not talk to KLIPS at all, but does require that a number
of aliases be configured on the loopback device.
It also requires some entries in DN
www.eeworm.com/read/423632/2025534
spec util-linux.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : A collection of basic system utilities
Name : util-linux
Version : 2.12
Release : 1
License : GPL
www.eeworm.com/read/423632/2025610
spec binutils.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : A GNU collection of binary utilities.
Name : binutils
Version : 2.17
Release : 1
License : GPL
V
www.eeworm.com/read/414826/2141962
readme
This directory contains a collection of programs to demonstrate
the features of the Tk toolkit. The programs are all scripts for
"wish", a windowing shell. If wish has been installed in /usr/local
t
www.eeworm.com/read/406607/2275870
js iterable.js
/**
* @fileOverview jsx.collections.Iterable is an Interface class. Defines the method used to iterate over the collection.
* @example
class MyIterable implements Iterabl