代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/447006/1707498
java productassembler.java
package flex.samples.spring.store;
import java.util.List;
import java.util.Collection;
import flex.data.assemblers.AbstractAssembler;
public class ProductAssembler extends AbstractAssembler
www.eeworm.com/read/446160/1715278
java accountprofile.java
package com.jdon.jivejdon.model;
import java.util.Collection;
import com.jdon.annotation.Model;
@Model
public class AccountProfile {
private String userId;
private Account account;
www.eeworm.com/read/443386/1744598
h bseip.h
/*
* A collection of structures, addresses, and values associated with
* the Bright Star Engineering ip-Engine board. Copied from the MBX stuff.
*
* Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
www.eeworm.com/read/443030/1752737
cs conditionexpressionhelpercollection.cs
using System;
using Microsoft.Crm.Sandbox.Mobile.CrmServiceSdk;
using Microsoft.Crm.Sandbox.Mobile.Helpers;
namespace Microsoft.Crm.Sandbox.Mobile.Helpers.Collection
{
public class ConditionEx
www.eeworm.com/read/443030/1752739
cs filterexpressionhelpercollection.cs
using System;
using Microsoft.Crm.Sandbox.Mobile.CrmServiceSdk;
using Microsoft.Crm.Sandbox.Mobile.Helpers;
namespace Microsoft.Crm.Sandbox.Mobile.Helpers.Collection
{
public class FilterExpre
www.eeworm.com/read/443030/1752740
cs linkentityhelpercollection.cs
using System;
using Microsoft.Crm.Sandbox.Mobile.CrmServiceSdk;
using Microsoft.Crm.Sandbox.Mobile.Helpers;
namespace Microsoft.Crm.Sandbox.Mobile.Helpers.Collection
{
public class LinkEntityH
www.eeworm.com/read/443030/1752748
cs conditionexpressionhelpercollection.cs
using System;
using Microsoft.Crm.Sandbox.Mobile.CrmServiceSdk;
using Microsoft.Crm.Sandbox.Mobile.Helpers;
namespace Microsoft.Crm.Sandbox.Mobile.Helpers.Collection
{
public class ConditionEx
www.eeworm.com/read/443030/1752750
cs filterexpressionhelpercollection.cs
using System;
using Microsoft.Crm.Sandbox.Mobile.CrmServiceSdk;
using Microsoft.Crm.Sandbox.Mobile.Helpers;
namespace Microsoft.Crm.Sandbox.Mobile.Helpers.Collection
{
public class FilterExpre
www.eeworm.com/read/443030/1752751
cs linkentityhelpercollection.cs
using System;
using Microsoft.Crm.Sandbox.Mobile.CrmServiceSdk;
using Microsoft.Crm.Sandbox.Mobile.Helpers;
namespace Microsoft.Crm.Sandbox.Mobile.Helpers.Collection
{
public class LinkEntityH
www.eeworm.com/read/440906/1784754
java set.java
/* Set.java -- A collection that prohibits duplicates
Copyright (C) 1998, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistrib