代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/254578/12129670
java printingcontainers.java
import java.util.*;
public class PrintingContainers {
static Collection fill(Collection c) {
c.add("dog");
c.add("dog");
c.add("cat");
return c;
}
static Map fill(Map
www.eeworm.com/read/254577/12129843
java printingcontainers.java
import java.util.*;
public class PrintingContainers {
static Collection fill(Collection c) {
c.add("dog");
c.add("dog");
c.add("cat");
return c;
}
static Map fill(Map
www.eeworm.com/read/340615/12143327
java copyutil.java
package com.intohotel.util;
import java.beans.PropertyDescriptor;
import java.lang.reflect.InvocationTargetException;
import java.util.Collection;
import java.util.Enumeration;
import java.util
www.eeworm.com/read/151476/12207787
cpp staticpoly.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/253533/12216657
txt 6.4.txt
Listing 6.4 Creating a Custom Exception Class
using System;
using System.Collections;
namespace _4_CustomException
{
class Class1
{
[STAThread]
static void Main(string[] args)
{
OddIntCollec
www.eeworm.com/read/150914/12245594
java simplecollection.java
//: c11:SimpleCollection.java
// A simple example using Java 2 Collections.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
i
www.eeworm.com/read/150914/12245622
java failfast.java
//: c11:FailFast.java
// Demonstrates the "fail fast" behavior.
// {ThrowsException}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRig
www.eeworm.com/read/150914/12245634
java printingcontainers.java
//: c11:PrintingContainers.java
// Containers print themselves automatically.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
www.eeworm.com/read/150036/12323123
m demos.m
function tbxStruct = demos
%DEMOS Demo list for the ANN Library.
% Version 3.1
% Giampiero Campa & Mario Luca Fravolini
% 1-Jul-2003
if nargout == 0, demo blockset; return; end
tbxStruc