代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/423483/2026997
java nettread_yingjj.java
package com.jk.test;
import java.util.*;
public class NetTread_yingjj extends Thread{
private Collection c;
public NetTread_yingjj(Collection c){
this.c=c;
start();
}
public void run()
www.eeworm.com/read/423483/2027019
java nettread_tang.java
package com.jk.test;
import java.util.*;
public class NetTread_tang extends Thread{
private Collection c;
public NetTread_tang(Collection c){
this.c = c;
start();
}
public void r
www.eeworm.com/read/423483/2027022
java netthread_wangkj.java
package com.jk.test;
import java.util.*;
public class NetThread_wangkj extends Thread{
private Collection c;
public NetThread_wangkj(Collection c){
this.c=c;
start();
}
public void r
www.eeworm.com/read/405479/2289389
java persistentbagtest.java
package org.hibernate.test.collection.bag;
import java.util.ArrayList;
import junit.framework.Test;
import org.hibernate.Session;
import org.hibernate.collection.PersistentBag;
import org.h
www.eeworm.com/read/405479/2289392
java persistentmaptest.java
package org.hibernate.test.collection.map;
import java.util.HashMap;
import junit.framework.Test;
import org.hibernate.Session;
import org.hibernate.collection.PersistentMap;
import org.hib
www.eeworm.com/read/291010/3970210
java arraylisttest.java
package util;
import java.util.*;
/*
* ArrayList数组实现了List接口,而List接口提供了根接口Collection不具备的get(int index)
* 方法获取指定元素.又因为List是Collection派生而来的.故ArrayList方法能通过get(int index)方法获取数组中的元素.
* Collection 接
www.eeworm.com/read/231996/14212257
c benchmark.c
#include
#include
/* I've heard that sometimes automatic garbage collection can outperform
* manual collection, so I briefly tried using the Boehm-Demers-Weiser GC
* library. B
www.eeworm.com/read/11139/203615
cvsignore .cvsignore
build .*.swp
collection_debug_msg.c
collection_debug_msg.h
set_rate_msg.c
set_rate_msg.h
test_network_msg.c
test_network_msg.h
build
www.eeworm.com/read/454235/1632043
java pricingmgmtdao.java
package com.tarena.oss.pricing.dao;
//接口
import java.util.Collection;
import com.tarena.oss.pricing.pojo.Pricing;
//资费的增,删,查,改
public interface PricingMgmtDAO {
Collection query
www.eeworm.com/read/297392/3886962
project .project
# Gambas Project File 1.0
Project=Collection
Icon=collection.png
Startup=FStart
TabSize=2
Version=0.0.1
Library=gb.qt
SnapToGrid=1
ShowGrid=1
Snap=8
Localize=0
KeepDebugInfo=0
ControlPublic=0
ExecPath