代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/482912/1281814
java coursedao.java
package dao;
import java.util.Collection;
import entity.Course;
public interface CourseDAO {
public Collection selectAll();
public Course selectByName(String name);
public Course sel
www.eeworm.com/read/463121/1539594
java reckondetail.java
package tarena.netctoss.model;
import java.io.Serializable;
import java.util.Collection;
public class ReckonDetail implements Serializable {
private Double charge;
private Collection detail
www.eeworm.com/read/463121/1539646
java ireckonmgmtbiz.java
package tarena.netctoss.biz;
import java.util.Collection;
public interface IReckonMgmtBIZ {
public Integer countReckons(int year, int month);
public Collection pagination(int pageNumber, int
www.eeworm.com/read/461081/1555184
java servicetimedao.java
/**
* @author tiantian
*
* Jun 12, 2008 4:44:37 PM
*/
package netctoss.account.dao;
import java.util.Collection;
/**
* 帐务管理
*/
public interface ServiceTimeDAO {
public Collection
www.eeworm.com/read/451220/1664173
cs batchingcollectioninitializer.cs
using System;
using System.Collections.Generic;
using NHibernate.Engine;
using NHibernate.Persister.Collection;
using NHibernate.Util;
namespace NHibernate.Loader.Collection
{
///
www.eeworm.com/read/451220/1664387
cs loadingcollectionentry.cs
using System;
using System.Data;
using NHibernate.Collection;
using NHibernate.Impl;
using NHibernate.Persister.Collection;
namespace NHibernate.Engine.Loading
{
///
/// Represe
www.eeworm.com/read/345404/3199337
jbx treenode.jbx
[PropertyInfo]
children,java.util.List,false,false, , ,false,
dataIncludeChildren,java.util.Collection,false,false, , ,false,
dataInheritParent,java.util.Collection,false,false, ,
www.eeworm.com/read/310709/3691600
h treecollection.h
#ifndef TREE_COLLECTION_H
#define TREE_COLLECTION_H
/*
* "Copyright (c) 2006 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distri
www.eeworm.com/read/300762/3844811
java shoppingcartdao.java
package com.charles.service;
import java.util.Collection;
import com.charles.entity.Order;
public interface ShoppingCartDAO {
public Collection listProduct();
public boolean login(String
www.eeworm.com/read/297392/3887662
class fcode.class
' Gambas class file
STATIC PRIVATE $cType AS Collection
PUBLIC Server AS CServer
PUBLIC Database AS String
PRIVATE $sKey AS String
STATIC PUBLIC SUB _init()
$cType = NEW Collection
$cType[gb.