代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/317007/3583776
java baserects.java
import objectdraw.*;
import java.awt.*;
// Class representing empty collection of nested rectangles
public class BaseRects implements NestedRectsIfc {
// constructor has nothing
www.eeworm.com/read/317007/3583777
java nestedrects.java
import objectdraw.*;
import java.awt.*;
// Recursive structure for collection of nested rectangles
public class NestedRects implements NestedRectsIfc {
private FramedRect outerRect; // outermos
www.eeworm.com/read/317007/3583884
java growableballcollection.java
import objectdraw.*;
import java.awt.*;
// A class that keeps track of a small collection of
// basketballs drawn on the canvas.
public class GrowableBallCollection implements BallCollectionInterfac
www.eeworm.com/read/305277/3776955
scala hoseq.scala
package examples.tcpoly.collection;
trait HOSeq {
// an internal interface that encapsulates the accumulation of elements (of type elT) to produce
// a structure of type coll[elT] -- different ki
www.eeworm.com/read/305277/3777019
scala hoseq.scala
package examples.tcpoly.collection;
trait HOSeq {
// an internal interface that encapsulates the accumulation of elements (of type elT) to produce
// a structure of type coll[elT] -- different ki
www.eeworm.com/read/305277/3778771
scala tcpoly_seq_typealias.scala
package examples.tcpoly.collection;
trait HOSeq {
// an internal interface that encapsulates the accumulation of elements (of type elT) to produce
// a structure of type coll[elT] -- different ki
www.eeworm.com/read/305277/3778783
scala tcpoly_seq.scala
package examples.tcpoly.collection;
trait HOSeq {
// an internal interface that encapsulates the accumulation of elements (of type elT) to produce
// a structure of type coll[elT] -- different ki
www.eeworm.com/read/303435/3811690
readme
Parallelized Phase Shift Migration Codes.
The contents of this directory are a collection of Parallelized Phaseshift migration
codes written by Baoniu Han of CWP.
Implementing these codes requires a
www.eeworm.com/read/284872/4059396
vm spring.vm
#**
* spring.vm
*
* This file consists of a collection of Velocity macros aimed at easing
* some of the common requirements of web applications - in particular
* handling of forms.
*
* Spring's
www.eeworm.com/read/280962/4121110
py collections.py
"""Support for collections of mapped entities.
The collections package supplies the machinery used to inform the ORM of
collection membership changes. An instrumentation via decoration approach is
u