0.0.2 • Published 9 years ago

hashmap-jdk v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

HashMap JavaScript Class Inspired by JDK 8

Build Status Code Climate Coverage Status

NPM

Heads-up

This is a work-in-progress (well, more like mostly complete).

Installation

Using npm:

$ npm install hashmap-jdk

Using a browser (Bower support coming soon) :

If you want to give it a try, you can download the latest master version, it's usually stable. There is also a minified version.

To run the tests:

$ npm test

Motivation

Sometimes you need more than a simple HashMap

Never use a shotgun when a flyswatter will do

If you need a simple HashMap that gets the job done, I invite you to head over HashMap by Ariel Flesler, the key hashing portion of my code is inspired by his work.