代码搜索:Collection

找到约 10,000 项符合「Collection」的源代码

代码结果 10,000
www.eeworm.com/read/407072/2271045

hpp namespace.hpp

namespace indii { namespace ml { /** * @mainpage dysii Dynamic Systems Library * * This C++ library provides a collection of classes useful for * probabilistic machine learning within dynamic s
www.eeworm.com/read/405479/2289143

java value.java

package org.hibernate.test.component.cascading.collection; /** * {@inheritDoc} * * @author Steve Ebersole */ public class Value { private Long id; private Definition definition; priv
www.eeworm.com/read/405479/2289598

java defaultablelistimpl.java

package org.hibernate.test.usercollection.parameterized; import java.util.ArrayList; /** * Implementation of our specialized collection contract * * @author Holger Brands * @author Steve
www.eeworm.com/read/405478/2290881

java immutable.java

//$Id: $ package org.hibernate.annotations; import java.lang.annotation.*; /** * Mark an Entity or a Collection as immutable * No annotation means the element is mutable * * @author Emmanuel Ber
www.eeworm.com/read/397826/2399441

java cadsymbolmanager.java

package com.javapatterns.prototype.cad; // CadSymbolManager import java.util.*; public class CadSymbolManager { private Hashtable symbols = new Hashtable(); // add symbol to collection
www.eeworm.com/read/396039/2425558

java stategroup.java

import java.util.*; /* Collection of StateIntervals i.e. states belonging to the timeline in ascending order of their end timestamps */ public class StateGroup extends Vector { Stat
www.eeworm.com/read/393286/2485222

oss readme.oss

Introduction ------------ This file is a collection of all the old Readme files distributed with OSS/Lite by Hannu Savolainen. Since the new Linux sound driver is founded on it I think these informat
www.eeworm.com/read/392558/2494372

java cadsymbolmanager.java

package com.javapatterns.prototype.cad; // CadSymbolManager import java.util.*; public class CadSymbolManager { private Hashtable symbols = new Hashtable(); // add symbol to collection
www.eeworm.com/read/362216/2936271

m munit_library.m

%****m* MUnit-API/Library % % NAME % MUnit Library % % DESCRIPTION % The MUnit library is a collection of functions to be used implement test % cases and test suites, assert tests, and compile a
www.eeworm.com/read/359386/2976650

java accountlocalhome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for Account. This * interface is implemented by the EJB container's tools - the