Skip to content

A JavaScript version of the Java Map found in the Java Collections framework.

Notifications You must be signed in to change notification settings

GeoffreyHayward/Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Map.js

A JavaScript object that can be instantiated with the new operator. This object is a JavaScript object that is a close version of the Java Map interface from the Java Collections framework.

The object's deviations from the Java Map are:

  • entitySet - missing (use values)
  • keySet - is named keys (it returns an array of unique values)
  • hashCode - missing

About

A JavaScript version of the Java Map found in the Java Collections framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published