代码搜索:MapTest
找到约 187 项符合「MapTest」的源代码
代码结果 187
www.eeworm.com/read/348236/3157736
java maptest.java
/**
@version 1.10 2004-08-02
@author Cay Horstmann
*/
import java.util.*;
/**
This program demonstrates the use of a map with key type
String and value type Employee.
*/
publi
www.eeworm.com/read/334646/3364240
java maptest.java
/**
@version 1.10 2004-08-02
@author Cay Horstmann
*/
import java.util.*;
/**
This program demonstrates the use of a map with key type
String and value type Employee.
*/
publi
www.eeworm.com/read/326747/3468484
java maptest.java
//$Id: MapTest.java 10977 2006-12-12 23:28:04Z steve.ebersole@jboss.com $
package org.hibernate.test.legacy;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.
www.eeworm.com/read/325240/3485600
idl maptest.idl
/*
* Any comments located outside of the module declaration are
* ignored by the IDL compiler. This multi-line comment does
* not appear in any of the files generated by idlj.
*/
// This s
www.eeworm.com/read/315170/3622660
java maptest.java
/**
* @version 1.00 1999-07-07
* @author Cay Horstmann
*/
import java.util.*;
public class MapTest
{ public static void main(String[] args)
{ Map staff = new HashMap();
staff
www.eeworm.com/read/305285/3776543
java maptest.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/288961/3997736
java maptest.java
package org.codehaus.xfire.aegis.type.java5;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;
import java.util.Collection;
import java.util.Map;
www.eeworm.com/read/288894/4002880
java maptest.java
//$Id: MapTest.java 8894 2005-12-21 13:22:50Z steveebersole $
package org.hibernate.test.legacy;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.M
www.eeworm.com/read/275576/4174292
groovy maptest.groovy
class MapTest extends GroovyTestCase {
void testMap() {
def m = [1:'one', '2':'two', 3:'three']
assert m.size() == 3
assert m.get(1) == 'one'
assert m.ge
www.eeworm.com/read/444692/1730651
java maptest.java
/**
@version 1.10 2004-08-02
@author Cay Horstmann
*/
import java.util.*;
/**
This program demonstrates the use of a map with key type
String and value type Employee.
*/
publi