代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/429452/8807925
java exercise 4.catalog.java
import java.util.*;
/**
* The class models a product catalog. This class implements the interface
* Iterable to being able to iterate through the products using the
* for-each loop.
www.eeworm.com/read/428541/8860712
java cdcollection.java
//********************************************************************
// CDCollection.java Author: Lewis/Loftus
//
// Represents a collection of compact discs.
//*************************
www.eeworm.com/read/285034/8875060
java abstractstructure.java
// A basic, abstract implementation of a Structure.
// (c) 2001 duane a. bailey
package structure;
import java.util.Collection;
import java.util.Iterator;
/**
* An abstract implementation of a basic
www.eeworm.com/read/285034/8875158
java structure.java
// Interface of a basic, mutable data structure.
// (c) 2001 duane a. bailey
package structure;
import java.util.Iterator;
import java.util.Collection;
/**
* The interface of a basic, mutable data s
www.eeworm.com/read/427230/8959948
java commonsquerylogging.java
/* -*- mode:java; indent-tabs-mode:nil; c-basic-offset:2 -*-
* $RCSFile$ $Revision: 1.4 $ $Date: 2006/02/01 00:17:24 $
* Copyright (c) 2004 Autonomy Corp. All Rights Reserved.
*/
import java.io
www.eeworm.com/read/427230/8959982
java blendeddatesorting.java
/* -*- mode:java; indent-tabs-mode:nil; c-basic-offset:2 -*-
*
* $RCSFile$ $Revision: 1.9 $ $Date: 2006/01/25 16:56:17 $
*
* Copyright (c) 2002-2003 Autonomy Corp. All Rights Reserved.
* Perm
www.eeworm.com/read/427230/8960203
java geturlstatusfromcollection.java
/* -*- mode:java; indent-tabs-mode:nil; c-basic-offset:2 -*-
*
* $RCSFile$ $Revision: 1.25 $ $Date: 2006/02/01 00:20:31 $
*
* Copyright (c) 2000-2002 Autonomy Corp. All Rights Reserved.
* Per
www.eeworm.com/read/283153/9039154
cls colregkeys.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "colRegKeys"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attrib
www.eeworm.com/read/283153/9039203
bas gdiobjectsmanagement.bas
Attribute VB_Name = "GDIObjectsManagement"
Option Explicit
'\\ --[GDIObjectsManagement]-----------------------------------------
'\\ Keeps track of all the GDI objects that have been created
'\\
www.eeworm.com/read/283153/9039273
cls colregvalues.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "colRegValues"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attr