代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/249895/4445022
java sortedcollection.java
package org.garret.perst;
import java.util.Iterator;
/**
* Interface of sorted collection.
* Sorted collections keeps in members in order specified by comparator.
* Members in the collecti
www.eeworm.com/read/249104/4456343
java~1~ compoundshape.java~1~
package composite;
import java.util.Collection;
public class CompoundShape implements Shape {
private List children = new ArrayList ();
private String name ;
private Shape parent =null ;
www.eeworm.com/read/245316/4504363
java wrongsizeexception.java
package javax.jmi.reflect;
/** Exception which arises when a collection contains
* fewer or more values than is required by the corresponding
* Multiplicity.lower and Multipl
www.eeworm.com/read/245316/4504370
java duplicateexception.java
package javax.jmi.reflect;
/** Exception thrown when a collection passed to an operation parameter with isUnique set to true
* contains duplicate values.
*/
public class Duplicate
www.eeworm.com/read/245169/4506708
java util.java
package com.ecyrd.jspwiki;
import java.util.*;
/**
* Utilities for tests.
*/
public class Util
{
/**
* Check that a collection contains the required string.
*/
static public bool
www.eeworm.com/read/243567/4521817
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
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/237048/4634052
java abstractcollection.java
/* AbstractCollection.java -- Abstract implementation of most of Collection
Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is
www.eeworm.com/read/235678/4646614
java leavelauguagebean.java
package com;
import java.util.ArrayList;
import java.util.Collection;
import java.sql.*;
public class LeaveLauguageBean
{
private Connection con;
public LeaveLauguageBean()
{
www.eeworm.com/read/235146/4653749
java dockingconstants.java
/*
* Created on Apr 25, 2005
*/
package org.flexdock.docking;
import javax.swing.JSplitPane;
import javax.swing.SwingConstants;
/**
* A collection of constants used by flexdock.
*
*
www.eeworm.com/read/229812/4737422
h sortedcl.h
#ifndef SORTEDCLTN_H
#define SORTEDCLTN_H
/* SortedCltn.h -- declarations for sorted collection
THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
"UNITED STAT