代码搜索:HashMap
找到约 8,488 项符合「HashMap」的源代码
代码结果 8,488
www.eeworm.com/read/287078/4030940
cpp hashmap.cpp
#include
// Throws invalid_argument if numBuckets is non-positive
template
DefaultHash::DefaultHash(int numBuckets) throw (invalid_argument)
{
if (numBuckets
www.eeworm.com/read/283334/4082885
tex hashmap.tex
\section{\class{wxHashMap}}\label{wxhashmap}
This is a simple, type-safe, and reasonably efficient hash map class,
whose interface is a subset of the interface of STL containers. In
particular, t
www.eeworm.com/read/444101/1736617
java hashmap.java
package com.eight.java;
import java.util.Enumeration;
import java.util.Hashtable;
public class HashMap {
public static void main(String[] args) {
HashMap hm = new HashMap();
Ha
www.eeworm.com/read/440906/1784814
java hashmap.java
/* HashMap.java -- a class providing a basic hashtable data structure,
mapping Object --> Object
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of G
www.eeworm.com/read/430599/1919841
java hashmap.java
/*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
www.eeworm.com/read/427626/1969547
jsc hashmap.jsc
# language: jsvm2
/**
* @fileoverview js.util.HashMap class {@link http://jsvm.org/}
* @file HashMap.jsc
* @author Wan Changhua
* @version 2.01, 10/23/05
* @since JSVM1.0
*/
package
www.eeworm.com/read/413855/2157250
hh hashmap.hh
#ifndef CLICK_HASHMAP_HH
#define CLICK_HASHMAP_HH
// This file is here for compatibility only.
#include
#endif
www.eeworm.com/read/413855/2157285
cc hashmap.cc
/*
* hashmap.{cc,hh} -- a simple, stupid hash table template
* Eddie Kohler
*
* Copyright (c) 1999-2000 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to
www.eeworm.com/read/406607/2275716
js hashmap.js
/*
* JavaScript Software Development Kit - what JavaScript should be and can be - js-sdk.sourceforge.net
* Copyright (C) 2006-2007 Mathew Sheets
*
* == BEGIN LICENSE ==
*
* Licensed under the te
www.eeworm.com/read/406607/2275866
js hashmap.js
/**
* @fileOverview Implementation of the Map interface.
* @example
*/
/**
* @class HashMap
* @constructor
* @extends jsx.collections.AbstractMap
*/
jsx.collections.HashMap = function(){thi