代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/373369/9460731
java containermethoddifferences.java
//: net/mindview/util/ContainerMethodDifferences.java
package net.mindview.util;
import java.lang.reflect.*;
import java.util.*;
public class ContainerMethodDifferences {
static Set m
www.eeworm.com/read/373369/9460982
java foreachcollections.java
//: holding/ForEachCollections.java
// All collections work with foreach.
import java.util.*;
public class ForEachCollections {
public static void main(String[] args) {
Collection
www.eeworm.com/read/373369/9461000
java printingcontainers.java
//: holding/PrintingContainers.java
// Containers print themselves automatically.
import java.util.*;
import static net.mindview.util.Print.*;
public class PrintingContainers {
static Collect
www.eeworm.com/read/373369/9461169
java fill2.java
//: generics/Fill2.java
// Using adapters to simulate latent typing.
// {main: Fill2Test}
import generics.coffee.*;
import java.util.*;
import net.mindview.util.*;
import static net.mindview.uti
www.eeworm.com/read/373369/9461264
java generators.java
//: generics/Generators.java
// A utility to use with Generators.
import generics.coffee.*;
import java.util.*;
import net.mindview.util.*;
public class Generators {
public static Collec
www.eeworm.com/read/373153/9471588
java weatherpanel.java
import org.apache.velocity.VelocityContext;
import org.apache.velocity.app.Velocity;
import javax.swing.*;
import javax.swing.text.html.HTMLEditorKit;
import java.awt.*;
import java.io.*;
im
www.eeworm.com/read/372302/9514148
java procurl.java
package procURL;
import java.io.*;
import java.net.*;
import java.util.ArrayList;
import java.util.Collection;
import java.net.MalformedURLException;
import javax.swing.text.MutableAttribute
www.eeworm.com/read/175401/9550090
txt readme.txt
Program: ESBMaths v3.2.1 Released: 19 June 2001
Purpose: Freeware Math/Stats Routine Collection for Delphi.
More Info: See ESBMaths.TXT
History: See Whatsnew.txt
Other Products: Se
www.eeworm.com/read/175308/9552697
ex-10-08
// Example 10-08: Using the Group class
namespace Programming_CSharp
{
using System;
using System.Text.RegularExpressions;
class Test
{
public static void Main()