代码搜索:Collections
找到约 10,000 项符合「Collections」的源代码
代码结果 10,000
www.eeworm.com/read/305277/3779281
check collections.check
***** immutable.ListSet:
test1: 14005
test2: 25005003
test3: 25005003
***** immutable.TreeSet:
test1: 14005
test2: 25005003
test3: 25005003
***** mutable.HashSet:
test1: 14005
test2: 25005003
test3: 2
www.eeworm.com/read/305277/3779291
scala collections.scala
import collection._
object Test extends Application {
val printTime = false
def sum[A](xs: Iterable[int]) = (0 /: xs)((x, y) => x + y)
def time(op: => unit): unit = {
val start = System.
www.eeworm.com/read/304657/3792006
java collections.java
/* Collections.java -- Utility class with methods to operate on collections
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Classp
www.eeworm.com/read/288894/4002197
java collections.java
//$Id: Collections.java 8694 2005-11-28 19:28:17Z steveebersole $
package org.hibernate.engine;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hi
www.eeworm.com/read/280962/4121110
py collections.py
"""Support for collections of mapped entities.
The collections package supplies the machinery used to inform the ORM of
collection membership changes. An instrumentation via decoration approach is
u
www.eeworm.com/read/279177/4138989
java collections.java
package salvo.jesus.util;
import java.util.*;
public class Collections {
/**
* Returns a subset of the specified collection whose elements match a given object
* using a specified C
www.eeworm.com/read/270745/4235578
java collections.java
/*
* MegaMek - Copyright (C) 2004 Ben Mazur (bmazur@sev.org)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as
www.eeworm.com/read/449675/1675354
java collections.java
//$Id: Collections.java 8694 2005-11-28 19:28:17Z steveebersole $
package org.hibernate.engine;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.hibernate.AssertionFailure;
import
www.eeworm.com/read/440906/1784756
java collections.java
/* Collections.java -- Utility class with methods to operate on collections
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Class