代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/304657/3794141
c gc-refs.c
/* gc-refs.c
* Maintain set of references in the garbage collector root set.
* This is independent of the actual collection mechanism
*
* Copyright (c) 1996, 1997, 1998, 1999
* Transvirtual Techn
www.eeworm.com/read/301877/3831191
cxx safecoll.cxx
/*
* safecoll.cxx
*
* Thread safe collection classes.
*
* Portable Windows Library
*
* Copyright (c) 2002 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public
www.eeworm.com/read/297392/3887750
class ftoolbox.class
' Gambas class file
PRIVATE $sTool AS String
PRIVATE CONST WIDTH AS Integer = 40
PRIVATE $cToolBar AS NEW Collection
PRIVATE $sToolBar AS String
PRIVATE $sLastToolBar AS String
PRIVATE $W AS Integ
www.eeworm.com/read/297392/3887786
class fexplorer.class
' Gambas class file
STATIC PRIVATE $cTypeName AS NEW Collection
PRIVATE $aBack AS NEW String[]
PRIVATE $aForward AS NEW String[]
PRIVATE $sHome AS String
PRIVATE $bShowHidden AS Boolean
PRIVATE $aSe
www.eeworm.com/read/297392/3887804
class fmenu.class
' Gambas class file
STATIC PRIVATE $hForm AS FForm
STATIC PRIVATE $cMenu AS NEW Object[]
PRIVATE $iLevel AS Integer
PRIVATE $cName AS NEW Collection
PRIVATE $iCurrent AS Integer
PRIVATE $bFreeze AS
www.eeworm.com/read/297135/3892192
cs collectionfilterguide.cs
namespace PowerEasy.WebSite.Admin.Collection
{
using PowerEasy.Web.UI;
using System;
public class CollectionFilterGuide : AdminPage
{
protected void Page_Load(object s
www.eeworm.com/read/297135/3893140
cs collectionfilterguide.aspx.cs
namespace PowerEasy.WebSite.Admin.Collection
{
using PowerEasy.Web.UI;
using System;
public class CollectionFilterGuide : AdminPage
{
protected void Page_Load(object s
www.eeworm.com/read/296888/3897836
java playlist.java
package javazoom.jlGui.playlist;
/**
* Playlist.
*/
import java.util.Collection;
/**
* Playlist.
* This interface defines method that a playlist should implement.
* A playlist p