代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/305277/3777161
scala layoutcontainer.scala
package scala.swing
import javax.swing.JComponent
import scala.collection.mutable.Map
/**
* A container that associates layout constraints with its children.
* See GridBagPanel for an example.
*
www.eeworm.com/read/305277/3777163
scala buttongroup.scala
package scala.swing
import javax.swing.{AbstractButton => JAbstractButton,Icon}
import event._
import scala.collection._
/**
* @see javax.swing.ButtonGroup
*/
class ButtonGroup(initialButtons: But
www.eeworm.com/read/305277/3778131
scala hash.scala
/* The Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy (Scala novice)
*/
import scala.collection.mutable.HashMap;
object hash {
def main(args: Array
www.eeworm.com/read/305277/3778147
scala knucleotide.scala-3.scala
/* The Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy
fixed by Iulian Dragos
*/
import java.io._
import scala.collection.mutable.{HashTable, HashEnt
www.eeworm.com/read/305277/3778204
scala lists.scala
/* The Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy (Scala novice)
*/
import collection.mutable.ListBuffer;
object lists {
def main(args: Array[S
www.eeworm.com/read/304657/3787460
in mkcollections.pl.in
#!@PERL@
#
# mkcollections.pl - small perl script to convert GNU Classpath's
# Collection classes into its own package for java 1.1
#
# USAGE: mkcollections.pl
#
www.eeworm.com/read/304657/3792303
java permissioncollection.java
/* PermissionCollection.java -- A collection of permission objects
Copyright (C) 1998, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s
www.eeworm.com/read/304657/3792308
java permissions.java
/* Permissions.java -- a collection of permission collections
Copyright (C) 1998, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free
www.eeworm.com/read/298582/3862580
java mailmessage.java
package com.al_williams.SMTP;
/**
* This is just a collection of data that makes up a mail message.
* @author Al Williams
* @version 1.0
* @see SMTP#sendMail
*/
public class MailMessage