代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/409386/2231707
txt localhost_log.2005-03-21.txt
2005-03-21 00:00:09 ApplicationDispatcher[/forum] Servlet.service() for servlet jsp threw exception
org.hibernate.LazyInitializationException: Failed to lazily initialize a collection - no session or
www.eeworm.com/read/409124/2239447
svn-base visitor.java.svn-base
package org.hyq.visitor;
import java.util.Collection;
public interface Visitor {
public void visitString(StringElement stringE);
public void visitFloat(FloatElement floatE);
public v
www.eeworm.com/read/409124/2239453
java visitor.java
package org.hyq.visitor;
import java.util.Collection;
public interface Visitor {
public void visitString(StringElement stringE);
public void visitFloat(FloatElement floatE);
public v
www.eeworm.com/read/406718/2273815
java mapoperator.java
package org.jutil.java.collections;
import java.util.Collection;
/**
* MapOperator is the toplevel interface for map operators.
*
* To be able to prove the correctness of a subclass, a m
www.eeworm.com/read/405479/2289142
java definition.java
package org.hibernate.test.component.cascading.collection;
import java.util.Set;
import java.util.HashSet;
/**
* {@inheritDoc}
*
* @author Steve Ebersole
*/
public class Definition {
www.eeworm.com/read/405479/2289277
java customer.java
package org.hibernate.test.keymanytoone.bidir.embedded;
import java.util.Collection;
import java.util.ArrayList;
/**
* {@inheritDoc}
*
* @author Steve Ebersole
*/
public class Customer
www.eeworm.com/read/405479/2289280
java customer.java
package org.hibernate.test.keymanytoone.bidir.component;
import java.util.Collection;
import java.util.ArrayList;
/**
* {@inheritDoc}
*
* @author Steve Ebersole
*/
public class Custome
www.eeworm.com/read/405479/2289597
java persistentdefaultablelist.java
package org.hibernate.test.usercollection.parameterized;
import java.util.List;
import org.hibernate.collection.PersistentList;
import org.hibernate.engine.SessionImplementor;
/**
* The "p
www.eeworm.com/read/405332/2292939
c misc.c
/*
* arch/sh/boot/compressed/misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Adapte
www.eeworm.com/read/405332/2293161
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
* puts by Nick Holloway 1993, bette