代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/191025/5169827
java nestedcategory.java
package org.jconfig;
import java.util.Collection;
import java.util.HashMap;
/**
* This class is the result of countless discussions of what
* a Category should be. After determing that it s
www.eeworm.com/read/190666/5181484
java abstractcollection.java
/* AbstractCollection.java -- Abstract implementation of most of Collection
Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free
www.eeworm.com/read/190666/5181604
java permissioncollection.java
/* PermissionCollection.java -- A collection of permission objects
Copyright (C) 1998, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/190056/5190751
c morefilesx.c
/*
File: MoreFilesX.c
Contains: A collection of useful high-level File Manager routines
which use the HFS Plus APIs wherever possible.
Version: MoreFilesX 1.0.1
Copyright:
www.eeworm.com/read/190056/5190752
cpp morefilesx.cpp
/*
File: MoreFilesX.c
Contains: A collection of useful high-level File Manager routines
which use the HFS Plus APIs wherever possible.
Version: MoreFilesX 1.0.1
Copyright:
www.eeworm.com/read/190056/5190753
h morefilesx.h
/*
File: MoreFilesX.h
Contains: A collection of useful high-level File Manager routines
which use the HFS Plus APIs wherever possible.
Version: MoreFilesX 1.0.1
Copyright:
www.eeworm.com/read/188880/5206021
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 and Matthias Urlichs 1994
* puts by Nick Holloway 1993, bette
www.eeworm.com/read/188880/5206036
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 and Matthias Urlichs 1994
* puts by Nick Holloway 1993, bette
www.eeworm.com/read/184771/5245168
java wbperson.java
package personal_payout_manage.ejbs;
import javax.ejb.EJBLocalObject;
import java.util.Collection;
public interface WbPerson
extends EJBLocalObject {
public String getPsn();
publ
www.eeworm.com/read/184771/5245172
java wbmaterial.java
package personal_payout_manage.ejbs;
import javax.ejb.EJBLocalObject;
import java.util.Collection;
public interface WbMaterial
extends EJBLocalObject {
public String getMsn();
pu