代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/251236/4423619
java accounthome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
import java.rmi.RemoteException;
/**
* This is the home interface for Account. This
* interface is implemented by the EJB conta
www.eeworm.com/read/251236/4423836
svn-base cart.java.svn-base
package examples;
import java.util.Collection;
import java.rmi.RemoteException;
import java.util.*;
/**
* This is the CartBean remote interface.
*
* This interface is what clients operate
www.eeworm.com/read/251236/4423841
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 operate
www.eeworm.com/read/250243/4433086
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
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/250243/4433834
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
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/250243/4434737
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
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/249895/4444751
java sortedcollection.java
package org.garret.perst;
import java.util.*;
/**
* Interface of sorted collection.
* Sorted collections keeps in members in order specified by comparator.
* Members in the collections can
www.eeworm.com/read/249895/4444923
java sortedcollection.java
package org.garret.perst;
/**
* Interface of sorted collection.
* Sorted collections keeps in members in order specified by comparator.
* Members in the collections can be located using key o
www.eeworm.com/read/249895/4444952
java list.java
package org.garret.perst;
/**
* An ordered collection (also known as a sequence). The user of this
* interface has precise control over where in the list each element is
* inserted.
www.eeworm.com/read/249895/4444969
java comparator.java
package org.garret.perst;
/**
* A comparison function, which imposes a total ordering on some
* collection of objects. Comparators can be passed to a sort method (such as
* Collec