代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/233133/14167277
cs toolbaritemcollectioneditor.cs
//------------------------------------------------------------------------------
// Copyright (c) 2000-2003 Microsoft Corporation. All Rights Reserved.
//--------------------------------------------
www.eeworm.com/read/231863/14217517
cls cbegin.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/128084/14317347
pas cltn.pas
unit Cltn;
interface
(*
Collections.
These interfaces define a general-purpose set of collections.
Each collection interface might have one or more different classes
that implement
www.eeworm.com/read/127943/14326804
java main.java
import java.util.*;
class Main
{
public static void main(String[] args)
{
Hashtable h = new Hashtable();
h.put("dog", "spot");
h.put("cat", "luck");
h.put
www.eeworm.com/read/229564/14329769
java elementnotfoundexception.java
//********************************************************************
// ElementNotFoundException.java Authors: Lewis/Chase
//
// Represents the situation in which a target element is not
/
www.eeworm.com/read/229564/14329776
java arrayiterator.java
//********************************************************************
// ArrayIterator.java Authors: Lewis/Chase
//
// Represents an iterator over the elements of an array.
//****************
www.eeworm.com/read/127800/14333211
js ad.js
var delta=0.15
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('
www.eeworm.com/read/229467/14336560
js floatadv.js
/******************************************************************************
Crossday Discuz! Board - Floating Advertisements for Discuz!
Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.
www.eeworm.com/read/127767/14337491
txt e065. listing the interfaces that an interface extends.txt
Class cls = java.util.List.class;
Class[] intfs = cls.getInterfaces(); // java.util.Collection